A live timetable for public transport of Luxembourg running on the SHA2017 badge written in microPython
Based on the travelplanner.mobiliteit.lu JSON api
Hatchery link:https://badge.team/projects/luxpublictransport/
GitHub link: https://github.com/opeRaptor/luxPublicTransport
import machine
machine.nvs_setstr("system", "default_app", "luxPublicTransport")
machine.reset()
import wifi, woezel,machine
wifi.connect()
wifi.wait()
woezel.install("luxPublicTransport")
machine.reset()
Vote | Comment | Date |
---|---|---|
No votes yet :( | ||
File | Last edited | Size |
---|---|---|
__init__.py | 2020-11-28 20:43:58 | 14.07 KiB |
README.md | 2020-11-28 20:43:58 | 1.18 KiB |
busBoardV2.png | 2020-11-28 20:43:58 | 549 B |
busTablets.png | 2020-11-28 20:43:58 | 291 B |