alarm-clock-6502/clkfreq.h
Bill Chatfield 6648236fb6 Added stuff
2015-08-24 02:40:05 -04:00

11 lines
133 B
C

#ifndef CLKFREQ_H
#define CLKFREQ_H
#include <stdint.h> /* uint8_t */
extern void clkfreq(void);
extern uint8_t ticks[4];
#endif