diff --git a/README.md b/README.md index c357640..0cf7ee8 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ Altogether, this library contains drivers for all sets of peripherals for the TM --- +## Contributors and Authors + +- @dimembermatt +- @dariojimenezp +- @GabbyWill + +--- + ## Documentation Source code documentation can be found at... @@ -31,7 +39,7 @@ Please see [RESOURCES.md](resources/RESOURCES.md) for additional content that ma ## Driver Status -> Under construction as of 09/24/21. +> Under construction as of 09/26/21. C: Completed I: Implementing @@ -59,14 +67,3 @@ Drivers should potentially be obfuscated into a lib. See [this source](https://renenyffenegger.ch/notes/development/languages/C-C-plus-plus/GCC/create-libraries/index) for figuring out how to hide implementation file details, in case this becomes an issue later. - - -Features for the refactor branch. -- standardization of API to ADC drivers (config generates data struct which is managed by user) -- doxygen supported javadoc documentation styling -- ASSERT statements for config inputs and so forth -- variable argument inputs for interrupts (GPIO, Timer, etc) -- rename Timers to Timer library -- remove Blynk, ST7735, esp8266, switch from library -- move Systick delay from Misc into Timers. -- performance measurement on DelayMillisec, DelayMicrosec, and optimize. \ No newline at end of file