Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 928 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 928 Bytes

About

This repository contains the firmware for the ESP8266 microcontroller that is the 'big brain' in the U:Kit sensor kit project.

Software

You will need an ESP8266 toolchain and SDK. Probably the easiest way to set one is to use a docker container. Optionally you may need npm and nodejs to work with the files in the web folder.

Copyright

Copyright (c) 2016-2018, Slavey Karadzhov [email protected]. All rights reserved.

Authors

License

All files in this repository are licensed under GPLv3 except:

  • JerryScript - under lib/jerryscript that is licensed under Apache License, Version 2.0.
  • Sming - under lib/Sming that is licensed under LGPL.