Skip to content

A demo application for STM32F4 (STM32F4 Discovery board) using libopencm3 library. This demo uses the 3-axis accelerometer LIS3DSH and the LEDs on the board.

License

Notifications You must be signed in to change notification settings

marcorussi/lis3dsh_demo

Repository files navigation

LIS3DSH_demo

An application demo for STM32F4Discovery board using libopencm3 library. This demo uses the 3-axis accelerometer LIS3DSH and the LEDs on the board.

For compiling the project it is necessary to download the libopencm3 library https://github.com/libopencm3/libopencm3. This project folder must be located in the same folder where libopencm3 is located. For compiling the project run:

$ make

and for flashing the STM32F4Discovery board run:

$ make flash

The default toolchain is the same of libopencm3, an arm-none-eabi/arm-elf toolchain.

About

A demo application for STM32F4 (STM32F4 Discovery board) using libopencm3 library. This demo uses the 3-axis accelerometer LIS3DSH and the LEDs on the board.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published