- Author: Philippe Proulx
- Date: Fri Sep 13 18:05:26 EDT 2013
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//============================================================================== | |
// 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |