24 lines
613 B
Markdown
24 lines
613 B
Markdown
# Tiny NOT
|
|
|
|

|
|
|
|
<img src="./repository_data/logo.svg" alt="Tiny NOT logo" title="Tiny NOT" width="100" />
|
|
|
|
A template for developing NOT[^1]-devices using micro controllers like the
|
|
ESP8266 or ESP32 (support pending) using [PlatformIO](https://platformio.org/)
|
|
and the [Arduino environment](https://github.com/arduino/ArduinoCore-API).
|
|
|
|
[^1]:
|
|
Network Of Things (a.k.a. IOT / marketing buzzword for network / internet
|
|
enabled devices)
|
|
|
|
## Plans and Contributing
|
|
|
|
See [TODO.md](./TODO.md)
|
|
|
|
##
|
|
|
|
## License
|
|
|
|
[GNU GPLv3 only](./COPYING.md)
|