Commit 381bcacafd59b22d202ce44b5f764c2ea5e999c2
1 parent
5c05ac2c
Exists in
master
a small correction in README.md
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
README.md
... | ... | @@ -124,7 +124,7 @@ For compiling on command line using CMake, just proceed in the following manner: |
124 | 124 | |
125 | 125 | 1. Set the following environment variables (a good place to put them is on .bashrc): |
126 | 126 | * Set `ARDUINO_DUE_ROOT_PATH` to `~/.arduino15/packages/arduino/`. |
127 | - * Set 'ARDUINO_DUE_VERSION' to `1.6.17`. | |
127 | + * Set `ARDUINO_DUE_VERSION` to `1.6.17`. | |
128 | 128 | * Set `ARDUINO_UNO_ROOT_PATH` to the path where you have installed the Arduino IDE, for example, `~/installations/arduino-1.6.5`. |
129 | 129 | * Set `ARDUINO_IDE_LIBRARY_PATH` to the path for the Arduino IDE projects you have in preferences. For example, `~/arduino_projects`. |
130 | 130 | |
... | ... | @@ -139,8 +139,8 @@ For compiling on command line using CMake, just proceed in the following manner: |
139 | 139 | 8. The previous step has generated the examples available with the library. You can upload the code executing: |
140 | 140 | * `make upload_capture_test`, |
141 | 141 | * `make upload_action_test`, |
142 | - * `make pwm_capture_test`, | |
143 | - * `make wave_example`, | |
142 | + * `make upload_pwm_capture_test`, | |
143 | + * `make upload_wave_example`, | |
144 | 144 | |
145 | 145 | ### 8. Library users |
146 | 146 | ... | ... |