.

Dependencies:   L432KC_SPI_Pey_Lal

toolbox.hpp

Committer:
voltxd
Date:
2022-05-17
Revision:
113:2f8f255e99f2
Child:
114:c1f7be27aa5d

File content as of revision 113:2f8f255e99f2:

#ifndef TOOLBOX_HPP
#define TOOLBOX_HPP

double limitToInterval(double value, double min, double max);

#endif