energia / msp432-core

MSP432 Core and Framework
14 stars 10 forks source link

Port OneWire library to MSP432/CC2650 #17

Open robertinant opened 7 years ago

robertinant commented 7 years ago

From @robertinant on January 5, 2016 18:41

The macros that enable direct access to the GPIO registers need to be added for the MSP432 and CC2650 architectures.

Copied from original issue: energia/Energia#818

robertinant commented 7 years ago

This was added to the OneWire library. There is however a bug in the current MSP432 core. The location of driverlib is system/driverlib/MSP432P4xx/ which should be system/driverlib. Will fix this in the next release of the MSP432 core