summaryrefslogtreecommitdiff
path: root/README
blob: 22d5ea41aba0cfa8d1c0db34c505e64b68ecd125 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Dependencies
============

make
gputils
usbpicprog


Build
=====

Getting the source via GIT:
---------------------------

git clone git://git.spreadspace.org/pic.git
cd pic


build and flash blink example
-----------------------------

# cd blink-16F
# make
# make program
# make run


Usage:
======

tba...