Skip to content

Instantly share code, notes, and snippets.

View incyi's full-sized avatar

İnanç Yiğit incyi

View GitHub Profile
@pwillard
pwillard / 6502clock.ino
Created March 5, 2020 15:58
TINY85 (trinket) Clock Source for Ben Eater's 6502 computer - code from comment section by Florimel (I didn't write this)
//==============================================================================
// 666 55555 000 2222 CCCC L K K III N N OOOOO
// 6 5 0 00 2 C L K K I NN N O O
// 6666 5555 0 0 0 222 C L KK I N N N O O
// 6 6 5 00 0 2 C L K K .. I N NN O O
// 666 5555 000 22222 CCCC LLLLL K K .. III N N OOOOO
//==============================================================================
// Program: 6502clk.ino
// Version: 1.0
@suciptoid
suciptoid / .travis.yml
Created October 26, 2016 04:22
Travis CI for Qt 5 Project
sudo: required
dist: trusty
before_install:
- sudo add-apt-repository --yes ppa:beineri/opt-qt551-trusty
- sudo apt-get update -qq
install:
- sudo apt-get -y install qt55[QTPACKAGE]
@eepp
eepp / BeagleBoneLinuxUBootFromScratch.md
Last active February 24, 2021 17:44
Building U-Boot and Linux 3.11 from scratch for the BeagleBone, and booting

Building U-Boot and Linux 3.11 from scratch for the BeagleBone, and booting

BeagleBone image

Introduction