s1ckret/stm32-esp8266-smart-house

Heartbeat

s1ckret opened this issue · 1 comments

Heartbeat. Intro to the emmbedded

Heartbeat is like "Hello World" but in the embedded world.

Your goal is:

  • Configure pin PC13 to GPIO_Output
  • Write blocking heartbeat code within while loop
  • Flash your STM32 and see results!

Note: Before first flash you may need to update st-link firmware.

In conclusion you will end up with two commits that I will review.

Done