Funzioni di IO varie con seriale asincrona

Dependents:   Nucleo_AsyncSerialIO

Fork of IOFuncLib by Max Scordamaglia

config.h

Committer:
MaxScorda
Date:
2015-12-27
Revision:
20:46de8943071a
Parent:
15:a97e5d4fe3d9

File content as of revision 20:46de8943071a:

#ifndef SIO_CONFIG_H
#define SIO_CONFIG_H

//#define SERIAL1BAUD 230400 // set BAUD 1
#define SERIAL1BAUD 57600 // set BAUD 1
#define SERIALARDBAUD 9600 // set ARDUINO BAUD 2


#define screenRow 24
#define screenColumn 80
#define EOS "\n"

const int test_length = 20;

const float test_right[test_length] = {0.2, 0.0, 0.0, 0.0, 0.4, 0.0, 0.0, 0.0, 0.6, 0.0, 0.0, 0.0, 0.8, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0};

#endif