mirror of https://github.com/arendst/Tasmota.git
Updated Sensor API (markdown)
parent
af1657a4dc
commit
aee906effb
|
@ -1,5 +1,9 @@
|
|||
This wiki page is an attempt to document the Tasmota sensor API for sensor driver development.
|
||||
|
||||
* [**Important things to consider**](#important-things-to-consider)
|
||||
* [**API Structure**](#api-structure)
|
||||
* [**Keeping ESP8266 code compact**](#keeping-esp8266-code-compact)
|
||||
|
||||
# Important things to consider
|
||||
* There are several I<sup>2</sup>C sensor examples you can take from the development codebase when writing your own and you are encouraged to do this as it is a quick and easy way to see how things fit together.
|
||||
* The Tasmota firmware is essentially intended for Sonoff devices and commits to the main development branch will be subject to review based on whether or not what you intend to develop or add to the existing code is relevant to the general Sonoff device users.
|
||||
|
|
Loading…
Reference in New Issue