second edition nearly working
This commit is contained in:
@ -18,7 +18,7 @@ tPinCfg pinCfg[PINS_END] = {
|
||||
{PORT2, BIT2, PIN_OUT, LOW}, //G
|
||||
{PORT2, BIT0, PIN_OUT, HIGH}, //0
|
||||
{PORT1, BIT5, PIN_OUT, HIGH}, //1
|
||||
{PORT1, BIT2, PIN_OUT, HIGH}, //2
|
||||
{PORT1, BIT0, PIN_IN_PULLUP, LOW}, // BUTTON_1
|
||||
{PORT1, BIT1, PIN_OUT, LOW}, // LED_1
|
||||
{PORT1, BIT2, PIN_OUT, HIGH}, // POWER
|
||||
};
|
||||
|
Reference in New Issue
Block a user