Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 856 Bytes

File metadata and controls

36 lines (26 loc) · 856 Bytes
title Simple Microbit Counter
layout text-width-sidebar
meta-description A simple program to count how many times a button was pressed
simple-description Microbit Counter
share true
comments true
author jez
strapline count button presses
aboutbox A super-simple program to count how many times a button was pressed.
cats easy
date 2016-12-23 10:20:00 UTC
date-updated 2016-12-23 10:20:00 UTC

{% highlight python %}{% include_relative code/microbit-counter.py %} {% endhighlight %}