added play_pwm_from_file

pico-esp32-sstv
alanbjohnston 3 years ago committed by GitHub
parent 56e0df5db2
commit 79f3e06160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,6 +74,7 @@ char call[] = "AMSAT"; // put your callsign here
extern bool get_camera_image();
extern bool start_camera();
extern bool get_pwm_file();
extern void play_pwm_from_file(int dds_pwm_pin);
void setup() {
@ -291,8 +292,8 @@ void loop() {
show_dir();
play_pwm_file(26);
// play_pwm_file(26);
play_pwm_from_file(26)
// ITimer1.restartTimer(); // turn back on pushbutton timer
/// ITimer1.enableTimer(); // turn back on pushbutton timer
if (debug_mode)

Loading…
Cancel
Save

Powered by TurnKey Linux.