PicoMite

From media_wiki
Revision as of 01:50, 8 June 2022 by U731219879 rc (talk | contribs) (Created page with "'''PicoMite''' How to use a Raspberry Pi Pico Running the MMBasic Interpreter '''MMBasic''' Microsoft BASIC compatible implementation of the BASIC language with a built i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.



Main Page