1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/analog_util
Joakim Nohlgård 57f6081960 sys/analog_util: Refactor adc_map, fix compilation
Change the API to use int32_t instead of int, to allow for greater
flexibility on 8- and 16-bit platforms. Removed limitation on input
arguments that min < max. Times where it can be useful to have min > max
is when measuring a sensor where a higher measured voltage means a lower
physical value. For example a thermistor can be connected so that the
measured voltage goes down when the temperature goes up.
2018-04-16 13:53:49 +02:00
..
adc_util.c sys/analog_util: Refactor adc_map, fix compilation 2018-04-16 13:53:49 +02:00
dac_util.c sys: s/adc_util/analog_util/ and added DAC mapping 2016-03-14 20:39:31 +01:00
Makefile sys: s/adc_util/analog_util/ and added DAC mapping 2016-03-14 20:39:31 +01:00