Skip to content

Commit

Permalink
Update README to describe the arcade interface project
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
glikely committed Sep 10, 2017
1 parent d897aa2 commit 7af2434
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
@@ -1,9 +1,12 @@
#STM32F3-Discovery USB Example application
#STM32F3-Discovery Arcade control interface

A USB Joystick implemented using the accelerometers in the STM32F3 Discovery board.
An arcade controls interface board implementing a multireport USB HID device with 4
Joysticks connected by GPIO to an STM32F3 Discovery board.

This is a use of the template application for the STM32F30x ARM microcontrollers
that compiles with GNU tools.
This application is forked from the cjheath's
[stm32f3-discovery-usb-example-project](cjheath/stm32f3-discovery-usb-example.git),
which in turn is derived from the template application for the STM32F30x ARM
microcontrollers that compiles with GNU tools.

The template serves as a quick-start for those who do not wish to use an IDE, but rather
develop in a text editor of choice and build from the command line. It is
Expand Down

0 comments on commit 7af2434

Please sign in to comment.