redo wiring to allow for LEDs and button
[challenge-bot] / build-stages / i_chooser / i_chooser.ino
index 6eabcaf90f157a2ce79a7bceef243165b27ee5cb..93d05fff2983d81f15cd1ec10e73cde57ef65bde 100644 (file)
@@ -14,7 +14,7 @@
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "bot_map.h"
+#include "bot_with_leds_map.h"
 
 void on(int pin){
   digitalWrite(pin, HIGH);}