„SPI_DMX.h“ löschen
This commit is contained in:
parent
005c3fe61f
commit
18dc89b536
16
SPI_DMX.h
16
SPI_DMX.h
@ -1,16 +0,0 @@
|
||||
#include <stdio.h>
|
||||
#include <wiringPiSPI.h>
|
||||
|
||||
|
||||
class SPI_DMX
|
||||
{
|
||||
private:
|
||||
int uart_filestream;
|
||||
unsigned char serial_port;
|
||||
unsigned char message[5000];
|
||||
public:
|
||||
SPI_DMX(unsigned char serial_port);
|
||||
~SPI_DMX();
|
||||
void TX_Bytes(unsigned char* tx_buffer, unsigned char tx_size);
|
||||
void nice() {printf("nice\n");};
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user