Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhozic authored Jul 13, 2021
1 parent 47a9c3d commit c78a85f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ The LITL library - Linked-list, Input, Timer, Library
- Functions:
- uint32_t value(); -> Starts the timer and returns the value
- void reset(); -> Resets the timer and disables it
- void set_hook(function to call, calling period, pointer of parameter to send to function); [ ONLY AVAILABLE IN INTERRUPT MODE] -> attaches function to the timer which gets called every specified period, then the timer auto reloads. To reset back into normal mode, call this function again but with NULL, 0, NULL as parameters.
- void set_hook(function to call, calling period, pointer of parameter to send to function);
[ ONLY AVAILABLE IN INTERRUPT MODE] -> attaches function to the timer which gets called every specified period, then the timer auto reloads. To reset back into normal mode, call this function again but with NULL, 0, NULL as parameters.
- LINKED LIST:
- A high language like linked list
- It uses a TEMPLATE PARAMETER meaning you can tell it what the variable type will be.
Expand Down

0 comments on commit c78a85f

Please sign in to comment.