| Class | Description |
|---|---|
| CodeThread |
A class that allows us to easily write code that will run in its own separate thread.
|
| I2C |
A class used for communicating over I2C.
|
| Timer |
A class that lets you set a timer that will be called once (or every) X seconds.
|
| Utils |
A Utility class that contains helpful functions that don't really fit in any other classes.
|