15 lines
231 B
C
15 lines
231 B
C
|
//
|
||
|
// File: blumen_lumen.h
|
||
|
// Author: Peter Slattery
|
||
|
// Creation Date: 2021-01-15
|
||
|
//
|
||
|
#ifndef BLUMEN_LUMEN_H
|
||
|
|
||
|
typedef struct motor_packet
|
||
|
{
|
||
|
u8 FlowerPositions[3];
|
||
|
} motor_packet;
|
||
|
|
||
|
|
||
|
#define BLUMEN_LUMEN_H
|
||
|
#endif // BLUMEN_LUMEN_H
|