mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
70f93a48f5
* Examples: remove unused context * FuriHal: add simple ADC API * Examples: add ADC example app * FuriHal: add extended configuration options for ADC API * FuriHal: add ADC clock configuration, fix calibration routine for single ended mode, new optimized parameters, documentation. * FuriHal: add FuriHalAdcChannelTEMPSENSOR sampling time note * FuriHal: update FuriHalAdcChannelVBAT description. * FuriHal: use insomnia while ADC is acquired. * Examples: cleanup example_adc a little bit
9 lines
206 B
Text
9 lines
206 B
Text
App(
|
|
appid="example_adc",
|
|
name="Example: ADC",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="example_adc_main",
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
fap_category="Examples",
|
|
)
|