PicoMite

From media_wiki
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.

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


Future Classes

Main Page