RP2040-code/Function Generator/Demo.h

12 wiersze
334 B
C

2024-10-15 10:19:21 +00:00
#pragma once
#include "DAC_Class.h"
#include "pico/stdlib.h"
extern int Parm[] ;
2025-06-15 09:36:56 +00:00
extern bool SetVal(DAC DACobj[], int _Parm, int _Value) ;
2024-10-15 10:19:21 +00:00
extern char MarginVW[], Margin[], inStr[] ;
bool SweepParm (DAC DACobj[], int _parm, int _start, int _stop, int _speed, int pause) ;
2025-06-15 09:36:56 +00:00
bool Demo_01 (DAC DACobj[]) ;
bool Demo_02 (DAC DACobj[]) ;