File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 1- # Arduino Cloud Utils
1+ # 🛠️ Arduino Cloud Utils
22
3- This library contains a set of functionalities that may be shared among cloud related projects, in particular functionalities for ArduinoIoTCloud
3+ [ ![ Arduino Lint] ( https://github.com/arduino-libraries/Arduino_CloudUtils/actions/workflows/check-arduino.yml/badge.svg )] ( https://github.com/arduino-libraries/Arduino_CloudUtils/actions/workflows/check-arduino.yml ) [ ![ Compile Examples] ( https://github.com/arduino-libraries/Arduino_CloudUtils/actions/workflows/compile-examples.yml/badge.svg )] ( https://github.com/arduino-libraries/Arduino_CloudUtils/actions/workflows/compile-examples.yml ) [ ![ Spell Check] ( https://github.com/arduino-libraries/Arduino_CloudUtils/actions/workflows/spell-check.yml/badge.svg )] ( https://github.com/arduino-libraries/Arduino_CloudUtils/actions/workflows/spell-check.yml ) [ ![ Sync Labels] ( https://github.com/arduino-libraries/Arduino_CloudUtils/actions/workflows/sync-labels.yml/badge.svg )] ( https://github.com/arduino-libraries/Arduino_CloudUtils/actions/workflows/sync-labels.yml )
4+
5+ This library contains a set of functionalities that may be shared among cloud related projects, in particular functionalities for ArduinoIoTCloud
6+
7+ # 🔧 Utilities
8+ * ✉️ [ CRC16] ( examples/crc16 )
9+ * 📧 [ CRC32] ( examples/crc32 )
10+ * 🔒 [ CBOR decoder] ( examples/customCborDecoder )
11+ * 🔓 [ CBOR encoder] ( examples/customCborEncoder )
12+ * ⬆️ [ LZSS decoder] ( examples/lzssDecoder )
13+ * 💨 [ SHA256] ( examples/sha256 )
14+ * ⏲️ [ Timed action] ( examples/timedBlink )
You can’t perform that action at this time.
0 commit comments