diff --git a/README.md b/README.md index 02d8428..479be71 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ To allow easy usability for users not familier with C++, prevent passing around * folders containing components are named in lowerCamelCase * methods are named in lowerCamelCase * constants are named in ALL_CAPS_SNAKE_CASE +* Values of Enums follow the conventions of constants + ### Bytestream Every class that implements Byte-Based Communication needs to implement the Arduino Streaminterface ### Components