sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
USBtxEx.ino File Reference
#include <HIDJoy.h>
#include <RcTrainer.h>

Functions

RcTrainer tx (1)
 
void setup ()
 
void loop ()
 

Variables

HIDJoy joy
 
int mode = 0
 
boolean ledon = false
 
long lastmillisbtn = millis()
 
long lastmillisblink = millis()
 
int lxul = 1900
 
int lyul = 1900
 
int rxul = 1105
 
int ryul = 1900
 
int lxuh = 1105
 
int lyuh = 1105
 
int rxuh = 1900
 
int ryuh = 1105
 
int lxtl = 0
 
int lytl = 0
 
int rxtl = 0
 
int rytl = 0
 
int lxth = 0
 
int lyth = 0
 
int rxth = 0
 
int ryth = 0
 

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.

RcTrainer tx ( )

Variable Documentation

HIDJoy joy
long lastmillisblink = millis()
long lastmillisbtn = millis()
boolean ledon = false
int lxth = 0
int lxtl = 0
int lxuh = 1105
int lxul = 1900
int lyth = 0
int lytl = 0
int lyuh = 1105
int lyul = 1900
int mode = 0
int rxth = 0
int rxtl = 0
int rxuh = 1900
int rxul = 1105
int ryth = 0
int rytl = 0
int ryuh = 1105
int ryul = 1900