Skip to content

Instantly share code, notes, and snippets.

View koraybicer's full-sized avatar

Koray Biçer koraybicer

View GitHub Profile
@koraybicer
koraybicer / CH376 connected to Z80.md
Created October 12, 2024 18:00 — forked from Konamiman/CH376 connected to Z80.md
"Recipe" to connect a CH376 to a Z80 via I/O port

How to connect a CH376 to a Z80 via I/O ports 20h and 21h (compatible with Rookie Drive):

Z80 74HC688 CH376
5V 5V 5V
GND GND GND
D7...D0 D7...D0
RD RD
WR WR
A0 A0
@koraybicer
koraybicer / sehir.json
Created August 1, 2021 13:06
Django - Türkiye'nin şehirleri için JSON formatında şehirler fixture
[
{
"model": "stn.sehir",
"pk": 1,
"fields": {
"ad": "Adana"
}
},
{
"model": "stn.sehir",