Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 202 → Rev 224

/PIC Stuff/PICX_16F1829_BLE_IMU/UART.h
1,7 → 1,7
#ifndef UART_H
#define UART_H
 
#define UART_BUFFER_SIZE 20
#define UART_BUFFER_SIZE 30
 
typedef struct {
char buffer_in[UART_BUFFER_SIZE];