mirror of https://github.com/arendst/Tasmota.git
Fix upper lower case difference
This commit is contained in:
parent
117cee9e6e
commit
50979c328c
|
@ -34,7 +34,7 @@ class A4988_Stepper {
|
||||||
void setRPM (int whatRPM );
|
void setRPM (int whatRPM );
|
||||||
int getRPM (void );
|
int getRPM (void );
|
||||||
|
|
||||||
void setMIS (short OneToSixteen);
|
void setMIS (short oneToSixteen);
|
||||||
short getMIS (void );
|
short getMIS (void );
|
||||||
|
|
||||||
void setSPR (int howMany );
|
void setSPR (int howMany );
|
||||||
|
|
Loading…
Reference in New Issue