aboutsummaryrefslogtreecommitdiffstats
path: root/fw/init.h
blob: 0dc8dc300c13f07cedc9e9b04ba4d0eb27267306 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* Device: PIC16F1459
 * Compiler: XC8 v3.00
 *
 * Usage:
 *
 * #include <xc8.h>
 * #include "init.h"
 */

void clockInit(void);
void pinsInit(void);