Added onboard_temperature example. (#80)

Co-authored-by: Felipe Kuhne <fkuhne@dbserver.com.br>
This commit is contained in:
Felipe Kühne
2022-05-16 17:13:35 -03:00
committed by GitHub
parent 2147301e11
commit 4d1d533122
4 changed files with 75 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ App|Description
[hello_adc](adc/hello_adc)|Display the voltage from an ADC input.
[joystick_display](adc/joystick_display)|Display a Joystick X/Y input based on two ADC inputs.
[adc_console](adc/adc_console)|An interactive shell for playing with the ADC. Includes example of free-running capture mode.
[onboard_temperature](adc/onboard_temperature)|Display the value of the onboard temperature sensor.
[microphone_adc](adc/microphone_adc)|Read analog values from a microphone and plot the measured sound amplitude.
### Clocks