tinybasic icon indicating copy to clipboard operation
tinybasic copied to clipboard

A BASIC interpreter for Arduino, ESP, RP2040, STM32, Infineon XMC and POSIX with IoT and microcontroller features.

Results 14 tinybasic issues
Sort by recently updated
recently updated
newest added

I have in mind a function that would take no argument, but return a string (not the same one every time). I can't seem to make sense of things after...

On the SBC I use I have a button to pin 10 and this in setup: ``` //interrupt pin pinMode(interruptPin, INPUT); enableInterrupt(interruptPin, interruptFunction, FALLING); ``` that calls this function: ```...

10 DATA "A" 20 READ S 30 PRINT S gives 0 instead of 65. No automatic conversion as intended in the logic of the language.

rewrite code and simplify to allow numerical values remove unneeded length information make nexttoken consistent after getfilename

Suspected root cause -> keyboard reader cleanup, check get

Morning Stefan! The other way in which I am currently using interrupts for the robot platform is to handle the output from optical rotary encoders. I currently just use this...

Hi Stefan - sorry for being away from this project for far too long! I have a question regarding the use of HC-020K optical encoders for motor control - namely...

I am trying to build this basic for arduino uno using platformio. I copied all .ino code to main.cpp. I copied other files in the same src folder with same...

What are the build settings to be used for the Arduino GigaR1?

Hi, I am trying to make it run on a ESP32-8048S043 board, which contains a 800 * 480 display and a SD So I set `#define ARDUINOILI9488` Then in runtime,...