Skip to content

Commit

Permalink
Added autoPOT
Browse files Browse the repository at this point in the history
  • Loading branch information
leftCoast committed Apr 15, 2023
1 parent c72c479 commit f4a12b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

- **mechButton** - *Class that creates a debounced button. Has three possible user levels : Beginner - Simple polling, Intermediate - Use callbacks. and Pro - Use as a base class to create wild new custom actions.* [Example](examples/mechButton_Beginner)

- **autoPOT** - *Class that creates a automatic analog pin reader. Uses a callback to alert the user when the value changes.*

- **multiMap** - *Non-linear mapping function. Starts out blank and the user adds x,y points to it before use.*

- **resizeBuff** - *Simplified memory management. Initialize your pointers to NULL then resizeBuff() can allocate and deallocate your dynamic buffer space for you. Passes back true for successful allocations, false for unsuccessful. Saves a lot of code typing. Now includes maxBuff. This is a stack based class that allocates the largest buffer it can for passing large chunks of data. Like copying one file to another. Also returns the number of data hauls that wil be necessary for the data to be transffered. Makes this kind of operation very simple.*
Expand Down

0 comments on commit f4a12b4

Please sign in to comment.