mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Update BSP.cpp
This commit is contained in:
@@ -11,11 +11,10 @@
|
||||
#include "history.hpp"
|
||||
#include "main.hpp"
|
||||
|
||||
|
||||
// These control the period's of time used for the PWM
|
||||
const uint16_t powerPWM = 255;
|
||||
const uint8_t holdoffTicks = 5; // This is the tick delay
|
||||
const uint8_t tempMeasureTicks = 5;
|
||||
const uint8_t holdoffTicks = 25; // This is the tick delay
|
||||
const uint8_t tempMeasureTicks = 25;
|
||||
|
||||
uint16_t totalPWM = 255; // Total length of the cycle's ticks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user