From 60175861db3e8b5af354b90905c9f4c039a4e9cb Mon Sep 17 00:00:00 2001 From: Hans Haupt Date: Tue, 5 Dec 2023 22:04:59 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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