ElectronicCats / CayenneLPP

Library for Arduino compatible with Cayenne Low Power Payload
http://electroniccats.com/
MIT License
106 stars 48 forks source link

Fix/add ttn and others #9

Closed ricaun closed 4 years ago

ricaun commented 4 years ago

Fix decoder.js direction size and different put the same name on the ttn. Fix keywords.txt file. Fix decode type Generic and Time, add getValue32 to get the uint32_t directily. Add decodeTTN. Add example decodeTTN. Add a description for decodeTTN on API.

sabas1080 commented 4 years ago

@xoseperez help us a little and review?

xoseperez commented 4 years ago

LGTM, my only concern are the changes in the field names (s/analog_output/analog/out/ and others). The reason is to make them compatible with the default CayenneLPP decoder in TTN. Still they could break some implementations. Maybe a notice in the README would be good.

Travis complains due to changes in 3c1d96e8911b84d3625ec629195c70d14ef2e381.