This is a collection of useful functions for the Arduino Framework. All the functions are quite simple, you can see them in the header.
Upload the example to see how to use them 🔥
Run a task every given time without blocking the rest of the code
Change the state of a group of pins
Write the state of a group of pins
Toggle the state of a pin
Toggle the state of a group of pins
Echo between two serial ports, bi or mono directional
Print an array of any kind
Revert a string
Split a char array in sub strings
Check if a string start with a given string
Split a char array in sub strings
Search a sub string in a string
Cut a given string from start to end
Get the exact size of any array
Convert Celsius to Fahrenheit
Convert Fahrenheit to Celsius
in the extras folder there are two useful python scripts:
Automatically generate the keywords.txt from a header file or make an existing keywords.txt with a uniform indentation
Wrap a word around any symbol for documentation of source code