From 9c00bcc9e8a3f26afdae58859fec4836b803becb Mon Sep 17 00:00:00 2001 From: BillyBumbler Date: Sun, 16 Nov 2014 11:06:53 -0800 Subject: [PATCH] added the other possible accelerometer to the feature list and added accelerometer support to the status section --- Board-STM32F407-Discovery.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Board-STM32F407-Discovery.md b/Board-STM32F407-Discovery.md index 4d6d20a..18d0480 100644 --- a/Board-STM32F407-Discovery.md +++ b/Board-STM32F407-Discovery.md @@ -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```