1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Bugfix on Test Report 12.01.2012

This commit is contained in:
Domenico La Fauci
2012-01-30 00:07:39 +01:00
parent 7fb3a05baa
commit 5778170fa6
15 changed files with 273 additions and 99 deletions

View File

@ -84,7 +84,7 @@
//! Number of LEDs.
#define LED_COUNT 3
#define LED_COUNT 0
/*! \name GPIO Connections of LEDs
*/
@ -114,8 +114,8 @@
*/
//! @{
#define LED_MONO0_GREEN LED0
#define LED_MONO1_GREEN LED1
#define LED_MONO2_GREEN LED2
#define LED_MONO1_RED LED1
#define LED_MONO2_BLU LED2
//! @}
#if 0