Skip to content

Commit

Permalink
Some comment. Need to marge to main and make a tag here.
Browse files Browse the repository at this point in the history
  • Loading branch information
dungducphan committed Aug 22, 2023
1 parent 460031f commit a063f98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project0.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,10 @@ void WriteDelay() {uint8_t i = 0;

void HandleCommand() {
if (g_ui32UARTCommand[0] == 'R') {
// Read delay values from TIMER channels
ReadDelay();
} else if (g_ui32UARTCommand[0] == 'W') {
// Set delay values for TIMER channels
WriteDelay();
} else if (g_ui32UARTCommand[0] == 'P') {
// Stop the Trigger box: no triggers
Expand Down

0 comments on commit a063f98

Please sign in to comment.