Skip to content

Commit

Permalink
Update README.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
NicK4rT authored Nov 26, 2024
1 parent dd6bd38 commit b3c9ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/release/README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ A short description of the directories can be found below.
|--------------|-----------------------------------------|--------------|
| release/config.py | Smart Module Configuration File | Nick |
| main/main.py | Smart Module Main.py | Nick |
| networking/networking.py| This is the main networking code that builds on ESP-NOW. There are many prepared functionalities (and some more that I am working on), such as long message support, sending of various variable types (bytes, bytearray, dicts, lists, int, float, char, string), as well as different types of messages such as ping, echo and more. There are also various features in place to make the networking more robust. It needs config.py to function. | Nick |
| networking/networking.py | This is the main networking code that builds on ESP-NOW. There are many prepared functionalities (and some more that I am working on), such as long message support, sending of various variable types (bytes, bytearray, dicts, lists, int, float, char, string), as well as different types of messages such as ping, echo and more. There are also various features in place to make the networking more robust. It needs config.py to function. | Nick |
| libraries/adxl345.py | Support for the built in accelerometer https://github.com/DFRobot/micropython-dflib/blob/master/ADXL345/user_lib/ADXL345.py | Milan |
| libraries/files.py | Custom save to file library | Milan |
| libraries/icons.py | Icon support for the smart motor module | Milan |
Expand Down

0 comments on commit b3c9ab2

Please sign in to comment.