Skip to content

Commit

Permalink
image
Browse files Browse the repository at this point in the history
  • Loading branch information
robstave committed Mar 30, 2019
1 parent 48b2c71 commit 418c650
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file added M0_Simple_Synth_01/images/Capture1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions M0_Simple_Synth_04/M0_Simple_Synth_04.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
#include <Adafruit_DotStar.h>
#include "pitchToFrequency.h"

// M0 Trinket Synth - Exercise 03
// M0 Trinket Synth - Exercise 04
// Create a Simple LFO controlled by CC
// Improved
//
// Listens to the value of CC and adjusts the period of the dot on the M0
//


// Setup Onboard Dot
Expand All @@ -30,7 +32,6 @@ uint8_t state = 0;

uint16_t counterCompare = 100;


uint8_t lfoCCValue = 100;


Expand Down

0 comments on commit 418c650

Please sign in to comment.