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

master
BillyBumbler 2014-11-16 11:06:53 -08:00
rodzic 8085eb7d17
commit 9c00bcc9e8
1 zmienionych plików z 2 dodań i 2 usunięć

@ -5,7 +5,7 @@ Cortex M4 STM32F407VG
###Features###
* STM32F407VG 168MHz (100pin)
* 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
* 4 user LEDs
* 1 user switch
@ -13,7 +13,7 @@ Cortex M4 STM32F407VG
* USB OTG
###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.
* To build use one of the following methods:
1. ```make BOARD=STM32F4DISC```