Skip to content

Commit 3c232f5

Browse files
authored
Add files via upload
1 parent a9de1c9 commit 3c232f5

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

Source/Modified Teensy Libraries/output_mqs.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
*/
2626
// Frank B
2727

28+
// modified for use with SIDKick!
29+
2830
#if defined(__IMXRT1052__) || defined(__IMXRT1062__)
2931
#include <Arduino.h>
3032
#include "output_mqs.h"

Source/Modified Teensy Libraries/output_mqs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
* THE SOFTWARE.
2525
*/
2626

27+
// modified for use with SIDKick!
28+
2729
#if defined(__IMXRT1052__) || defined(__IMXRT1062__)
2830
#ifndef output_mqs_h_
2931
#define output_mqs_h_

Source/Modified Teensy Libraries/output_pt8211.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
//Adapted to PT8211, Frank Bösing, Ben-Rheinland
2828

29+
// modified for use with SIDKick!
2930

3031
#include <Arduino.h>
3132
#include "output_pt8211.h"

Source/Modified Teensy Libraries/output_pt8211.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626

2727
//Adapted to PT8211, Frank Bösing.
2828

29+
// modified for use with SIDKick!
30+
2931
#ifndef output_pt8211_h_
3032
#define output_pt8211_h_
3133

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
These files are originally of the Teensy audio library and have been modified for use with SIDKick.

0 commit comments

Comments
 (0)