Skip to content

Commit 6571c79

Browse files
committed
add header comment
1 parent 1c8a448 commit 6571c79

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • CircuitPython_Chiptune_Player

CircuitPython_Chiptune_Player/code.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5+
"""CircuitPython Chiptune Player
6+
Uses AY8912 emulator helper library to play VGM files
7+
through I2S DAC. TFT FeatherWing for touchscreen GUI"""
58
import time
69
import os
710
import gc

0 commit comments

Comments
 (0)