Lab 3 example 2, no debugging

Fork of DACandticker_sample_with_debug by William Marsh

DAC Ticker

  • Sample code for part 2 of lab 3 using the DAC, called from a Ticker.
  • Note that to use AnalogOut from the Ticker (an ISR), we create a version without locking.
Committer:
WilliamMarshQMUL
Date:
Thu Feb 06 09:03:54 2020 +0000
Revision:
5:5161dd5f273e
Parent:
3:2bf79a3c3cbc
Update mbed. Repace wait with sleep for

Who changed what in which revision?

UserRevisionLine numberNew contents of line
WilliamMarshQMUL 3:2bf79a3c3cbc 1 {
WilliamMarshQMUL 3:2bf79a3c3cbc 2 "config": {
WilliamMarshQMUL 3:2bf79a3c3cbc 3 "main-stack-size": {
WilliamMarshQMUL 3:2bf79a3c3cbc 4 "value": 2000
WilliamMarshQMUL 3:2bf79a3c3cbc 5 }
WilliamMarshQMUL 3:2bf79a3c3cbc 6 }
WilliamMarshQMUL 3:2bf79a3c3cbc 7 }