stevesch / stevesch-MathBase

C++ scalar math operations, bit operations, random numbers, approximations, interpolation, splines, PID controllers, for ESP32/embedded microcontrollers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stevesch-MathBase

WIP math structures for ESP32/embedded plaforms

  • interpolation
  • clamping, wrapping
  • bit manipulation
  • approximations
  • splines
  • random numbers
  • statistical helpers
  • PID controller

Building and Running

#include <stevesch-MathBase.h>

About

C++ scalar math operations, bit operations, random numbers, approximations, interpolation, splines, PID controllers, for ESP32/embedded microcontrollers

License:GNU Affero General Public License v3.0


Languages

Language:C++ 99.3%Language:C 0.7%