TheThingsNetwork / arduino-device-lib

Arduino Library for TTN Devices
MIT License
208 stars 96 forks source link

Document API in detail #8

Closed FokkeZB closed 8 years ago

FokkeZB commented 8 years ago

The README lists the headers of the public API but it needs to be documented in detail.

n2jn commented 8 years ago

@FokkeZB Can we do a small decription of every functions like that: void init(Stream& modemStream, Stream& debugStream); /* Initialize The arduino device */ or do we create a whole part with a title "Function details" for example where we detail precisely every function(use of the function, use of arguments...)

FokkeZB commented 8 years ago

Done: https://www.thethingsnetwork.org/docs/arduino/#api-reference