sketchbook
|
#include <toneAC.h>
#include <PID_v1.h>
Macros | |
#define | LED 13 |
#define | P1 10 |
#define | P2 9 |
#define | PWR 8 |
#define | PIN_INPUT A0 |
Functions | |
void | setup () |
void | loop () |
Variables | |
volatile unsigned long | REF = 0 |
double | Setpoint |
double | Input |
double | Output |
double | Kp =0 |
double | Ki =2.5 |
double | Kd =0 |
#define LED 13 |
#define P1 10 |
#define P2 9 |
#define PIN_INPUT A0 |
#define PWR 8 |
void loop | ( | void | ) |
OneWirePJON device status update function.
Arduino IDE: put your main code here, to run repeatedly.
void setup | ( | void | ) |
Arduino IDE: put your setup code here, to run once.
PID myPID & Input |
double Kd =0 |
double Ki =2.5 |
double Kp =0 |
double Output |
volatile unsigned long REF = 0 |
double Setpoint |