|
| 1 | +/* |
| 2 | + Config.h - Arduino header file |
| 3 | + Part of GRBL_HBridge |
| 4 | + https://github.com/TobiasLibera/GRBL_HBridge |
| 5 | +
|
| 6 | + Copyright (c) 2024 Tobias Libera |
| 7 | +
|
| 8 | + GRBL_HBridge is free software: you can redistribute it and/or modify |
| 9 | + it under the terms of the GNU General Public License as published by |
| 10 | + the Free Software Foundation, either version 3 of the License, or |
| 11 | + (at your option) any later version. |
| 12 | +
|
| 13 | + GRBL_HBridge is distributed in the hope that it will be useful, |
| 14 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | + GNU General Public License for more details. |
| 17 | +
|
| 18 | + You should have received a copy of the GNU General Public License |
| 19 | + along with Grbl. If not, see <http://www.gnu.org/licenses/>. |
| 20 | +*/ |
1 | 21 |
|
2 | 22 | #ifndef GRBL_HBRIDGE_CONFIG_H
|
3 | 23 | #define GRBL_HBRIDGE_CONFIG_H
|
|
93 | 113 | /*
|
94 | 114 | ATTENTION:
|
95 | 115 | I recommend to only edit the following values
|
96 |
| - if you studied the code and you know, what |
97 |
| - your changes afflect. |
| 116 | + if you studied the code and you are aware of |
| 117 | + what your modifications afflect. |
| 118 | +*/ |
98 | 119 |
|
| 120 | + |
| 121 | +/* |
99 | 122 | PWM_DETERMINE_FREQ [Hz]
|
100 | 123 | This value controls how often per second a new
|
101 | 124 | PWM input value is given to the PWM output handler.
|
|
142 | 165 |
|
143 | 166 |
|
144 | 167 | /*
|
145 |
| - modify_pwm_output() |
| 168 | + modify_pwm_output() [void Function(void)] |
146 | 169 | You can use this function to modify the PWM Output Pin.
|
147 | 170 | For example for manipulation of Port Registers to
|
148 | 171 | adjust the PWM signal.
|
|
0 commit comments