sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
Yun_ChargePump_AnalogOut.ino File Reference
#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
 

Macro Definition Documentation

#define LED   13
#define P1   10
#define P2   9
#define PIN_INPUT   A0
#define PWR   8

Function Documentation

void loop ( void  )

OneWirePJON device status update function.

Returns
(void)

Arduino IDE: put your main code here, to run repeatedly.

void setup ( void  )

Arduino IDE: put your setup code here, to run once.

Variable Documentation

PID myPID & Input
double Kd =0
double Ki =2.5
double Kp =0
double Output
volatile unsigned long REF = 0
double Setpoint