Difference between revisions of "PicoMite"

From media_wiki
Jump to: navigation, search
Line 9: Line 9:
 
  Use communications protocols such as I2C or SPI to get data from a variety of sensors.
 
  Use communications protocols such as I2C or SPI to get data from a variety of sensors.
  
 
+
link to '''PicoMite'''  https://geoffg.net/picomite.html
 +
<BR>
 
----
 
----
 
==[[ Future Classes ]]==
 
==[[ Future Classes ]]==
 
==[[ Main Page ]]==
 
==[[ Main Page ]]==

Revision as of 01:54, 8 June 2022

PicoMite

How to use a Raspberry Pi Pico Running the MMBasic Interpreter
MMBasic 
Microsoft BASIC compatible implementation of the BASIC language with a built in program editor. 
Supports floating point, integer and string variables, arrays, long variable names. 

Using MMBasic with the PICO can control the I/O pins and detect digital inputs and drive output pins low or high.
Use communications protocols such as I2C or SPI to get data from a variety of sensors.

link to PicoMite https://geoffg.net/picomite.html


Future Classes

Main Page