Wave generator
The wave generator is a simple library that generates the value of a wave signal.
The wave signal parameters are defined as wave_gen_param
.
The wave_gen_generate_value()
generates the value of the wave signal at a given time.
Configuration
Set CONFIG_WAVE_GEN_LIB
to enable the wave generator library.
API documentation
Header file:
include/wave_gen.h
Source files:
lib/wave_gen/