Skip to content

Instantly share code, notes, and snippets.

@glenpike
glenpike / en.yml
Created February 10, 2022 14:11
test yaml
---
en:
look-after-yourself-1:
title: Look after yourself
description: Learn to look after yourself, while learning how to use Scratch and work your way towards being an independent programmer.
app-inventor-for-social-enterprise:
title: App Inventor for social innovation
description: Learn to make apps for Android devices by doing projects that can help people in your community.
coderdojo-html_css:
title: CoderDojo HTML & CSS
@glenpike
glenpike / midi_ym2149.py
Last active April 13, 2022 22:03
Pico + YM2149 sound chip + MIDI in
# Raspberry Pi Pico + YM2149 Soundchip + MIDI
# http://www.ym2149.com/ym2149.pdf
# Pins
# Pico -> YM2149 (DIL)
# GP5 -> CLOCK (22)
# GP6 -> BC1 (29)
# GP7 -> BDIR (27)
# GP8 to GP15 -> DA0 to DA7 (37 to 30)
# VBUS to RESET (23)