BleuLlama / TinyBasicPlus

A C implementation of Tiny Basic, with a focus on support for Arduino
406 stars 118 forks source link

SPI support #41

Open BleuLlama opened 6 years ago

BleuLlama commented 6 years ago

Create commands to send/receive SPI commands.

Useful for storing data in SPI-Based memory devices, reading SPI sensors, SPI based displays, etc.