Juerd Waalboer
|
61cd656073
|
Support ESP32 like ESP8266
By skipping the functions that use stdlib random().
|
4 years ago |
Pharap
|
daae25615f
|
Ensure that 'static' comes before 'constexpr' (#65)
This commit is purely to bring the code in the library more in line with my personal code style.
|
6 years ago |
Pharap
|
080ffa2f5d
|
Remove redundant consts (#64)
Remove consts where constexpr is also in effect as constexpr implies const.
|
6 years ago |
Pharap
|
15b1b3010e
|
Remove void in zero-parameter functions (#63)
The isocpp FAQ recommends against this practice.
|
6 years ago |
Pharap
|
4126403121
|
Update licence year (#54)
|
7 years ago |
Pharap
|
daee1128a7
|
Replace inferred literal types (#24)
Replace inferred types of literals with fundamental types.
|
7 years ago |
Pharap
|
8d308632a5
|
Add Arduino Due support (#16)
Automatically disables random number functionality for Arduino Due.
|
7 years ago |
Pharap
|
05f8ae0c83
|
Remove Min and Max functions (#14)
The functions were conflicting with some Arduino Due macros and they weren't being used, so they've been removed.
|
7 years ago |
Pharap
|
8d370ef95d
|
Add ESP8266 support (#11)
Automatically disables random number functionality for ESP8266.
|
7 years ago |
Pharap
|
feb58a200d
|
Add FIXED_POINTS_NO_RANDOM (#8)
* Add FIXED_POINTS_NO_RANDOM
* Document FIXED_POINTS_NO_RANDOM
|
8 years ago |
Pharap
|
e6b69559db
|
Prepend licence message to all source files
|
8 years ago |
Pharap
|
d2a63faf53
|
Eradicate Warnings
|
8 years ago |
Pharap
|
393acd2f49
|
Add files via upload
|
8 years ago |