stm32f4/README.txt

20 lines
702 B
Text
Raw Normal View History

2012-10-30 18:34:47 +01:00
Just me screwing around with a STM32F4 Discovery board and ChibiOS. Also,
writing a README file to make GitHub happy.
... Happy now, GitHub?
Ok, anyways:
ChibiOS/ External submodule for ChibiOS
Templates/ Files I copy whenever I write code
00-BasicBlinky/ Make a green LED flash, ooooh yeah.
01-RotatingBlinky/ Make all of them sexy LEDs flash.
02-ButtonBlinky/ Same as above with variable speed
2012-10-30 23:34:14 +01:00
03-EXTIBlinky/ Same as above, using interrupts
2012-10-31 10:35:30 +01:00
04-PokeScreen/ Same as above, controlled by poking a screen
2012-10-31 12:18:53 +01:00
05-PWMLeds/ Flashing LEDs using PWM+TIM4
06-TouchScreen/ Reading data from the touchscreen
07-BitBangDisplay/ Bit-banging-based display access
2012-11-07 16:37:12 +01:00
08-Serial/ Serial communications