Skip to content

Commit

Permalink
Updated Synrad ticklePWM CONST
Browse files Browse the repository at this point in the history
Value of TicklePWM was updated to reflect the updated 5Khz Frequency -> Issue #15
  • Loading branch information
Bx3mE committed Jul 5, 2022
1 parent 7ccaa0d commit f83cba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LaserController/Synrad48Ctrl.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Synrad48Ctrl : public LaserController {
uint16_t laserPSU_SSR_Pin; // = 10;

bool laser_Shutter = false;
const static uint16_t ticklePWM = 4;
const static uint16_t ticklePWM = 21;
int laserPWM = 0;
int laserPWMLowerLimit = 50;
uint32_t tickleStart = 0x0;
Expand Down

0 comments on commit f83cba5

Please sign in to comment.