Skip to content

Instantly share code, notes, and snippets.

View formikaio's full-sized avatar

WhileTrue formikaio

View GitHub Profile
# VARIABLES
bluetooth_mac_address = "AA:BB:CC:DD:EE:FF"
# Audio start and stop distance, expressed in cm
distance_audio_start = 20
distance_audio_stop = 50
audio_tracks = [
"AUDIOFILE1.mp3",
"AUDIOFILE2.mp3"
]
GPIO_TRIGGER = 40