This repository has been archived on 2020-06-14. You can view files and clone it, but cannot push or open issues or pull requests.

17 lines
281 B
C

/*
* arduino_com.h
*
* Created on: 26 okt. 2016
* Author: Philip
*/
#ifndef DRIVERS_ARDUINO_COM_H_
#define DRIVERS_ARDUINO_COM_H_
#define ARDUINO_BAUD 115200
#define ARDUINO_DMA_SIZE 100
void arduinoCom_init(USART_TypeDef usart);
#endif /* DRIVERS_ARDUINO_COM_H_ */