]> oss.titaniummirror.com Git - tinyos-2.x.git/commit
Add getOut() and getOutRaw() methods. get() and getRaw() work off PORTxIN.
authorsmckown <smckown@4bc1554a-c7f2-4f65-a403-e0be01f0239c>
Sun, 7 Sep 2008 18:21:30 +0000 (18:21 +0000)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 1 Dec 2009 03:00:48 +0000 (20:00 -0700)
commit5d1185472b58034d288d276aa6a3d079099671c4
tree213660e18dc993002c28b7c061b1d980992c1097
parent10acc57d16a648d746eed9d5c6264850f7c52fde
Add getOut() and getOutRaw() methods.  get() and getRaw() work off PORTxIN.
But there are times when PORTxIN and PORTx (PxOUT) may be different, such as
is the case when using pull-up or pull-down resistors via PORTxREN (PxREN)
available on newer msp430's.
tos/chips/msp430/pins/HplMsp430GeneralIO.nc
tos/chips/msp430/pins/HplMsp430GeneralIOP.nc
tos/chips/msp430/pins/HplMsp430GeneralIORenP.nc