#ifndef SCHEMATIC_H #define SCHEMATIC_H namespace schematic { static const int STATUS_LED = 3; static const int ANALOG_LIGHT_1 = 2; } // namespace schematic #endif // SCHEMATIC_H