diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-05-23 16:10:06 -0400 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-05-23 16:10:06 -0400 |
commit | de05ad0b9593353bb1fc9cb08267679380d3b8d2 (patch) | |
tree | 756201017b1f76f2b41b077b43027dfe76f66ee6 /Smol Watch Project/My Project/examples/driver_examples.c | |
parent | 45c2ad8fa8a9bb562a50f9ecc06c1b695967a0b9 (diff) | |
parent | ac3677fb6136409e249327edaba88bb89b7de5a4 (diff) | |
download | Sensor-Watch-de05ad0b9593353bb1fc9cb08267679380d3b8d2.tar.gz Sensor-Watch-de05ad0b9593353bb1fc9cb08267679380d3b8d2.tar.bz2 Sensor-Watch-de05ad0b9593353bb1fc9cb08267679380d3b8d2.zip |
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main
Diffstat (limited to 'Smol Watch Project/My Project/examples/driver_examples.c')
-rw-r--r-- | Smol Watch Project/My Project/examples/driver_examples.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Smol Watch Project/My Project/examples/driver_examples.c b/Smol Watch Project/My Project/examples/driver_examples.c index 19327003..d99242d5 100644 --- a/Smol Watch Project/My Project/examples/driver_examples.c +++ b/Smol Watch Project/My Project/examples/driver_examples.c @@ -98,15 +98,6 @@ void delay_example(void) } /** - * Example of using PWM_0. - */ -void PWM_0_example(void) -{ - pwm_set_parameters(&PWM_0, 10000, 5000); - pwm_enable(&PWM_0); -} - -/** * Example of using PWM_1. */ void PWM_1_example(void) |