Skip to content

Commit

Permalink
Updated example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfjlaros committed Feb 14, 2019
1 parent bbdca88 commit 0b5424e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/device/src/device.ino
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ void setup(void) {

void loop(void) {
interface(
inc, "inc: Increment a value. @a: Value. @return: a + 1.",
setLed, "set_led: Set LED brightness. @brightness: Brightness.",
time, "time: Report the system time. @return: System time.");
inc, F("inc: Increment a value. @a: Value. @return: a + 1."),
setLed, F("set_led: Set LED brightness. @brightness: Brightness."),
time, F("time: Report the system time. @return: System time."));
}

0 comments on commit 0b5424e

Please sign in to comment.