Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Wagner authored and Andre Wagner committed Mar 29, 2024
1 parent 5275a46 commit 03957af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/src/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ void execute(uint8_t n_tokens, char tokens[MAX_TOKENS][MAX_TOKEN_SZ])
syntax_error();
}
} else if (strcmp(tokens[1], "i2c_slave") == 0) {
printf("I2C slave is not implemented yet, sorry!\n");
} else if (strcmp(tokens[1], "pwm") == 0) {
if (n_tokens == 2)
printf("Options: on, off\n");
Expand Down

0 comments on commit 03957af

Please sign in to comment.