Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
frntc authored Feb 21, 2021
1 parent a9de1c9 commit 3c232f5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Modified Teensy Libraries/output_mqs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
*/
// Frank B

// modified for use with SIDKick!

#if defined(__IMXRT1052__) || defined(__IMXRT1062__)
#include <Arduino.h>
#include "output_mqs.h"
Expand Down
2 changes: 2 additions & 0 deletions Source/Modified Teensy Libraries/output_mqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
* THE SOFTWARE.
*/

// modified for use with SIDKick!

#if defined(__IMXRT1052__) || defined(__IMXRT1062__)
#ifndef output_mqs_h_
#define output_mqs_h_
Expand Down
1 change: 1 addition & 0 deletions Source/Modified Teensy Libraries/output_pt8211.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

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

// modified for use with SIDKick!

#include <Arduino.h>
#include "output_pt8211.h"
Expand Down
2 changes: 2 additions & 0 deletions Source/Modified Teensy Libraries/output_pt8211.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

//Adapted to PT8211, Frank Bösing.

// modified for use with SIDKick!

#ifndef output_pt8211_h_
#define output_pt8211_h_

Expand Down
1 change: 1 addition & 0 deletions Source/Modified Teensy Libraries/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
These files are originally of the Teensy audio library and have been modified for use with SIDKick.

0 comments on commit 3c232f5

Please # to comment.