Index
Built-in
- documentation - General Micropython library
- uGFX - The TiLDA LCD colour screen
- RTC - Real time clock
- ADC - Analogue reading
- Timer
- Microcontroller peripherals 1 (Timers, PWM, serial, SPI etc)
TiLDA Libraries
On top of the build-in modules above we have also created a bunch of helpful libraries written in python. If you go through the bootstrap process or use the App Library you should always have a full set of those on your badge. If for some reason this isn't the case you can download our repository from https://github.com/emfcamp/Mk3-Firmware and copy the lib folder onto your badge.
TBD, for now please have a look at the libraries themselves: https://github.com/emfcamp/Mk3-Firmware/tree/master/lib
- buttons
- database
- dialogs
- filesystem
- http_client
- imu
- wifi
- NTP Example: https://gist.github.com/drrk/4a17c4394f93d0f9123560af056f6f30
- On board LED "NeoPixel" example: https://github.com/mayhem/tilda-mk3-led-demo
Full hardware files are on GitHub 2
(feel free to add additional ideas, and create links new wiki pages to on-going projects, perhaps someone will want to contribute)