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:
Wed Jan 23 17:56:42 2019 +0000
Revision:
3:2bf79a3c3cbc
Library update; reduce stack size

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 }