projects
/
goodfet
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
msp430-bsl substituted for tos-bsl.
[goodfet]
/
firmware
/
include
/
platform.h
1
//! \file platform.h
2
3
4
//LED on P1.0
5
#define PLEDOUT P1OUT
6
#define PLEDDIR P1DIR
7
#define PLEDPIN 0x1
8
9
10