Skip to content

Commit

Permalink
renamed: blink-listener/blink-listener.pde -> blink_listener/blink_li…
Browse files Browse the repository at this point in the history
…stener.pde
  • Loading branch information
topher200 committed Jan 29, 2012
1 parent 68f80f1 commit ce319d8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@ int pin_brightness[] = {0, 30, 60, 90};

void setup() {
// Set up ethernet with DHCP
byte mac_address[] = { 0x90, 0xA2, 0xDA, 0x00, 0xCD, 0x38 };
byte mac_address[] = {0x90, 0xA2, 0xDA, 0x00, 0xCD, 0x38};
Ethernet.begin(mac_address);

// Send the IP address over USB
Expand Down

0 comments on commit ce319d8

Please sign in to comment.