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
[ | |
{ | |
"name": "CRS 4x12 ortholinear layout", | |
"author": "DRL https://github.com/qmk/qmk_firmware/tree/master/layouts/community/ortho_4x12/crs/", | |
"plate": false | |
}, | |
[ | |
{ | |
"c": "#e8b0b0", | |
"a": 7 |
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
/****************************************************************************** | |
Compass.ino | |
For the project here: http://www.instructables.com/id/DIY-Digital-Compass-for-your-car | |
Originally Created: August 10, 2015 | |
Written by Perry Naseck (https://perrynaseck.com/) | |
Dependencies: | |
- Cardinal (in Library Manager and at https://github.com/DaAwesomeP/arduino-cardinal ) | |
- Sparkfun Micro OLED Breakout (in Library Manager and at https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library ) | |
- Wire (included with IDE) |