BleuLlama / TinyBasicPlus

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

I2C Support #42

Open BleuLlama opened 6 years ago

BleuLlama commented 6 years ago

Create commands to send/receive I2C commands.

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