From 915bb2c31c66a538f6caf70546812a85bc06113d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 7 Dec 2022 23:00:52 -0500 Subject: [PATCH] Update play_pwm.cpp --- cubesatsim/play_pwm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/play_pwm.cpp b/cubesatsim/play_pwm.cpp index 68255f0c..b6f5f7ea 100644 --- a/cubesatsim/play_pwm.cpp +++ b/cubesatsim/play_pwm.cpp @@ -1,6 +1,6 @@ #include - +/* void play_pwm_from_serial(int dds_pwm_pin) { bool finished = false; @@ -226,7 +226,7 @@ int led_pin = LED_BUILTIN; // delay(5000); // } } - +*/ void play_pwm_from_file(int dds_pwm_pin) {