Updated comments

main
Mike Lynch 2024-01-05 15:44:26 +11:00
parent 51c2f3bf8d
commit 29d7156d16
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
//waveform generator
// Very basic Karplus-Strong
// based on this explanation http://sites.music.columbia.edu/cmc/MusicAndComputers/chapter4/04_09.php
// hacked from https://www.instructables.com/Arduino-Waveform-Generator-1/
#include <Adafruit_MCP4728.h>
#include <Wire.h>