mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-04 09:41:43 +02:00
Merge ssh://gitlab.imn.htwk-leipzig.de:2244/dezibot/lib into develop
This commit is contained in:
@ -17,6 +17,8 @@ To allow easy usability for users not familier with C++, prevent passing around
|
|||||||
* folders containing components are named in lowerCamelCase
|
* folders containing components are named in lowerCamelCase
|
||||||
* methods are named in lowerCamelCase
|
* methods are named in lowerCamelCase
|
||||||
* constants are named in ALL_CAPS_SNAKE_CASE
|
* constants are named in ALL_CAPS_SNAKE_CASE
|
||||||
|
* Values of Enums follow the conventions of constants
|
||||||
|
|
||||||
### Bytestream
|
### Bytestream
|
||||||
Every class that implements Byte-Based Communication needs to implement the Arduino Streaminterface
|
Every class that implements Byte-Based Communication needs to implement the Arduino Streaminterface
|
||||||
### Components
|
### Components
|
||||||
|
Reference in New Issue
Block a user