Main Content

A BASIC interpreter for the Raspberry Pi Pico (i.e. BASIC for microcontrollers)

Features
- Let, if, print, for, goto, gosub
- String variables (let z$=”hello”)
- Floating point numbers and variables (let z#=1.234)
- Builtin functions [zero, randint, not, time]
- Sleep, delay, randomize, push & pop (for integers)
- Maths functions like cos, sin, tan, sqr, etc
- LittleFS support
- Rudimentary GPIO support”

Link to article