This is the initial version of my 7-segment hardware test and software demo project. This project will also be the starting point for the EE- 2905 Week 10 lab practical.

Committer:
mbed_official
Date:
Wed Dec 19 13:45:03 2018 +0000
Revision:
85:b4c5dbbf74e3
Parent:
82:abf1b1785bd7
Child:
88:bea4f2daa48c
Merge pull request #149 from 0xc0170/fix_license

Add contributing references
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-blinky

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 82:abf1b1785bd7 1 {
mbed_official 82:abf1b1785bd7 2 "target_overrides": {
mbed_official 82:abf1b1785bd7 3 "*": {
mbed_official 82:abf1b1785bd7 4 "platform.stdio-baud-rate": 115200,
mbed_official 82:abf1b1785bd7 5 "platform.stack-stats-enabled": true,
mbed_official 82:abf1b1785bd7 6 "platform.heap-stats-enabled": true,
mbed_official 82:abf1b1785bd7 7 "platform.cpu-stats-enabled": true,
mbed_official 82:abf1b1785bd7 8 "platform.thread-stats-enabled": true,
mbed_official 82:abf1b1785bd7 9 "platform.sys-stats-enabled": true
mbed_official 82:abf1b1785bd7 10 }
mbed_official 82:abf1b1785bd7 11 }
mbed_official 82:abf1b1785bd7 12 }