66
Servo myservo1;
int myservo_pos = 0;
int i = 0;
int j = 0;
int k = 0;
int user = 0;
char clr = 0;
char polling = 0;
int servo = 0;
int photo = 0;
// Auto photocell
int ph = 0;
int ph_val = 0;
// Hard reset
int inPin = 2;
int ledPin = 7;
int current;
int count;
byte previous = LOW;
unsigned long firstTime;
// SC16IS750 communication parameters
struct SPI_UART_cfg
{
char DivL,DivM,DataFormat,Flow;
};
struct SPI_UART_cfg SPI_Uart_config = {
0x60,0x00,0x03,0x10};
// Wifi default parameters
Kommentare zu diesen Handbüchern