Skip to content

Commit

Permalink
updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimembermatt committed Sep 26, 2021
1 parent 23408ea commit 02b6870
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand All @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit 02b6870

Please sign in to comment.