Skip to content

Commit

Permalink
Merge pull request #5 from kolod/readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
kolod committed Jun 6, 2024
2 parents 457898a + f5acb20 commit ff1008d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Sketch for Arduino Nano allows you to generate a PPM signal.
It uses a hardware sixteen-bit timer.
The pulse duration is adjusted with an accuracy of 0.0625 microseconds.

![gui screenshot](https://raw.githubusercontent.com/kolod/Arduino-PPM-Generator/master/gui.png)
![gui screenshot](https://raw.githubusercontent.com/kolod/Arduino-PPM-Generator/master/gui/data/images/gui-dark.png#gh-dark-mode-only)
![gui screenshot](https://raw.githubusercontent.com/kolod/Arduino-PPM-Generator/master/gui/data/images/gui-light.png#gh-light-mode-only)

## Modbus registers
| # | Mode | Size (bytes) | Description |
Expand All @@ -22,5 +23,5 @@ The pulse duration is adjusted with an accuracy of 0.0625 microseconds.
| ... | ... | ... | ... |
| n+7 | RW | 2 | Channel #n duration in the clock ticks |

![ppm](https://raw.githubusercontent.com/kolod/Arduino-PPM-Generator/master/ppm-dark.png#gh-dark-mode-only)
![ppm](https://raw.githubusercontent.com/kolod/Arduino-PPM-Generator/master/ppm-light.png#gh-light-mode-only)
![ppm](https://raw.githubusercontent.com/kolod/Arduino-PPM-Generator/master/gui/data/images/ppm-dark.png#gh-dark-mode-only)
![ppm](https://raw.githubusercontent.com/kolod/Arduino-PPM-Generator/master/gui/data/images/ppm-light.png#gh-light-mode-only)
Binary file added gui/data/images/gui-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gui/data/images/gui-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes

0 comments on commit ff1008d

Please sign in to comment.