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
#include <LiquidCrystal.h> | |
/* | |
* | |
* Config | |
* | |
*/ | |
#define BUTTON 3 | |
#define HEATER 9 | |
#define SENSOR 10 |
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
// | |
// Export the EAGLE cream layers to DXF for the Craft-ROBO cutting plotter. | |
// | |
// Copyright (c) 2010 Switch Science, Inc. | |
// | |
// Type "run cream-dxf" in the board editor window. | |
// Options: | |
// -o Add one more line segment for pads to make sure the cut. | |
// -c Cut off corners of pads. The resulting pads are octagons. | |
// |
NewerOlder