Skip to content

Port of Total Spectrum's tinyscript to the Arduino platform

License

Notifications You must be signed in to change notification settings

EternityForest/arduinoscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduinoscript

Port of Total Spectrum's tinyscript to the Arduino platform

Using it

Copy the repo to your libraries folder, the try out the REPL sketch. It's a pretty basic C like language. See https://github.com/totalspectrum/tinyscript for documentation.

This is all experimental and subject to change.

In this fork, numbers are 64 bit signed ints. You'll get error -6 if a command tries to run for more that 250k instructions.

Available Functions and Constants

pinMode

digitalWrite

digitalRead

millis

delay

HIGH

LOW

INPUT

OUTPUT

INPUT_PULLUP

All of those directly mirror the standard Arduino equivalents

About

Port of Total Spectrum's tinyscript to the Arduino platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published