apple2idiot/examples/20-multiapp-arduino/iss-tracker/apple2/src/map.h

15 lines
220 B
C

/**
* ISS Tracker
*
* @author Thomas Cherryhomes
* @email thom dot cherryhomes at gmail dot com
* @license gpl v. 3, see LICENSE.md for details.
*/
#ifndef MAP_H
#define MAP_H
void map(void);
#endif /* MAP_H */