Skip to content

Commit

Permalink
Update Berry.md
Browse files Browse the repository at this point in the history
Removing every_200ms
  • Loading branch information
sfromis authored Dec 10, 2023
1 parent 2f3dd87 commit 3774989
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/Berry.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ Driver methods are called with the following parameters: `f(cmd, idx, payload, r
- `every_second()`: called every second
- `every_50ms()`: called every 50ms (i.e. 20 times per second)
- `every_100ms()`: called every 100ms (i.e. 10 times per second)
- `every_200ms()`: called every 200ms (i.e. 5 times per second)
- `every_250ms()`: called every 250ms (i.e. 4 times per second)
- `web_sensor()`: display sensor information on the Web UI
- `json_append()`: display sensor information in JSON format for TelePeriod reporting
Expand Down

0 comments on commit 3774989

Please sign in to comment.