Difference between revisions of "PicoMite"
(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...") |
|||
Line 11: | Line 11: | ||
---- | ---- | ||
− | + | ==[[ Future Classes ]]== | |
==[[ Main Page ]]== | ==[[ Main Page ]]== |
Revision as of 01:51, 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.