microstack-IoT / python3-microstacknode

Python modules for interacting with Microstack node components (accelerometer, GPS, etc)
GNU General Public License v3.0
10 stars 8 forks source link

Paren on line 222 of mma8452q.py #2

Closed ventz closed 9 years ago

ventz commented 9 years ago

Hi,

On line 222, you are missing a "}" and instead have a ")", at the end

FROM: 8: XYZ_DATA_CFG_FSR_8G) TO: 8: XYZ_DATA_CFG_FSR_8G}

tompreston commented 9 years ago

Fixed, thanks.