для управления турелью

Dependencies:   mbed

gun.hpp

Committer:
Yar
Date:
2017-01-15
Revision:
0:690effcc5be0

File content as of revision 0:690effcc5be0:

#ifndef _GUN_H_
#define _GUN_H_

void shotGun(void);
void enabledGun(void);
void disabledGun(void);

#endif