mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-10 06:01:13 +00:00
19 lines
231 B
C
19 lines
231 B
C
/*
|
|
* Misc.h
|
|
*
|
|
* Created: 5/27/2014 10:19:12 PM
|
|
* Author: Corwin
|
|
*/
|
|
|
|
#ifndef MISC_H_
|
|
#define MISC_H_
|
|
|
|
#define DOCK_ARM 1
|
|
#define UNDOCK_ARM 0
|
|
|
|
#include <avr/io.h>
|
|
|
|
void DockArm(unsigned char dockState);
|
|
|
|
|
|
#endif /* MISC_H_ */ |