|
|
void | delay_ms (uint32_t ms) |
| Blocking delay. More...
|
|
int32_t | cos32x100 (int32_t degreesX100) |
| Cosinus. More...
|
|
int32_t | sin32x100 (int32_t degreesX100) |
| Sinus. More...
|
|
String | utf2iso (String s) |
| UTF-8 to ISO-8859-1 Converter. More...
|
|
String | formatString (const char *format,...) |
| Format string. More...
|
|
String | trimString (String text) |
| Remove leading and ending characters. More...
|
|
|
Utilities to check range, set min and max
|
uint16_t | checkRange (uint16_t value, uint16_t valueMin, uint16_t valueMax) |
| Check value in range. More...
|
|
void | setMinMax (uint16_t value, uint16_t &valueMin, uint16_t &valueMax) |
| Update min and max values. More...
|
|
uint32_t | roundUp (uint32_t value, uint16_t modulo) |
| Round-up. More...
|
|
void | swap (int16_t &a, int16_t &b) |
| Swap number, int16_t. More...
|
|
void | swap (uint16_t &a, uint16_t &b) |
| Swap number, uint16_t. More...
|
|
void | swap (uint8_t &a, uint8_t &b) |
| Swap number, uint8_t. More...
|
|
Utilities for highView Library Suite.
Project Pervasive Displays Library Suite
Based on highView technology
- Author
- Rei Vilo
- Date
- 02 Nov 2021
- Version
- 521
- Copyright
- (c) Rei Vilo, 2010-2022
-
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 Unported (CC BY-NC-SA 4.0)
The highView Library Suite is shared under the Creative Commons licence Attribution-NonCommercial-ShareAlike 4.0 Unported (CC BY-NC-SA 4.0).
- Basic edition: for hobbyists and for personal usage
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 Unported (CC BY-NC-SA 4.0)
- See also
- https://creativecommons.org/licenses/by-nc-sa/4.0/
Consider the advanced or commercial editions for professionals or organisations and for commercial usage