BayBlade score counter

I made a score counter for my kids with the using GG3700 and WG3800. It was first time mbed OS application.

Hardware

  • STK-GG3700
  • STK-WG3800

Drivers

  • LCD Driver EFM32_segmentLCD
  • mbed OS

Specification

  • PB0 is single count up.
  • PB1 is double count up.
  • LED0 is toggled with PB0, LED1 is toggled with PB1.
  • Ring display and Text Message are based on thread each other.

Image

Here is thread diagram. /media/uploads/ura_pooh/thread.png

Video

Here is short movie for the application image.

Play

Playing Picture /media/uploads/ura_pooh/img_3649.jpg

My Memo

Regarding the "Signal" of OS resource, it takes a time to work correctly.

Import programBayBladeScoreCounter

Original


Please log in to post comments.