Skip to content

An ATtiny85-based (or Arduino) click track generator with tap BPM - to be used for Teenage Engineering Pocket Operator (PO-12)

Notifications You must be signed in to change notification settings

funkfinger/tap-bpm-click-track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tap-bpm-click-track

An ATtiny85-based (or Arduino) click track generator with tap BPM - to be used for Teenage Engineering Pocket Operator (PO-12)

Requires PlatformIO

My project is ATtiny85-based so I have a custom board file in ~/.platformio/boards - see Github repo file

To build:

platformio run

To burn:

platformio run -t upload

To clean:

platformio run -t clean

To set fuses (on my avr dragon):

avrdude -c dragon_hvsp -p attiny85 -U lfuse:w:0x62:m -U hfuse:w:0xdf:m -U efuse:w:0xff:m -P usb

ATTiny85 I2C LCD modified from https://codeload.github.com/platisd/ATtiny85-LCD-library/zip/master

About

An ATtiny85-based (or Arduino) click track generator with tap BPM - to be used for Teenage Engineering Pocket Operator (PO-12)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages