This example generates a sawtooth signal to show how to use the DAC. Signed-off-by: Martin Jäger <martin@libre.solar>
12 lines
236 B
YAML
12 lines
236 B
YAML
sample:
|
|
name: DAC driver sample
|
|
tests:
|
|
sample.drivers.dac:
|
|
tags: DAC
|
|
depends_on: dac
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Generating sawtooth signal at DAC channel ([0-9]*)."
|