added the other possible accelerometer to the feature list and added accelerometer support to the status section

BillyBumbler 2014-11-16 11:06:53 -08:00
parent 8085eb7d17
commit 9c00bcc9e8
1 changed files with 2 additions and 2 deletions

@ -5,7 +5,7 @@ Cortex M4 STM32F407VG
###Features### ###Features###
* STM32F407VG 168MHz (100pin) * STM32F407VG 168MHz (100pin)
* 1024KB flash ROM, 192KB RAM * 1024KB flash ROM, 192KB RAM
* 3axis accelerometer LIS302DL * 3axis accelerometer LIS302DL or LIS3DSH (Depending on which revision Discovery board you have)
* mems microphopne MP45DT02, audio amp CS43L22 * mems microphopne MP45DT02, audio amp CS43L22
* 4 user LEDs * 4 user LEDs
* 1 user switch * 1 user switch
@ -13,7 +13,7 @@ Cortex M4 STM32F407VG
* USB OTG * USB OTG
###Status### ###Status###
* Initial support has been implemented, user switch and LEDs are supported. * Initial support has been implemented, user switch, accelerometer, and LEDs are supported.
* Does not have separate directory - folded into initial stm port. * Does not have separate directory - folded into initial stm port.
* To build use one of the following methods: * To build use one of the following methods:
1. ```make BOARD=STM32F4DISC``` 1. ```make BOARD=STM32F4DISC```