Generalise ADC driver source inclusion (#22448)
This commit is contained in:
parent
786ebf8760
commit
e884e42ce9
35 changed files with 69 additions and 43 deletions
|
@ -9,7 +9,7 @@ This driver currently supports both AVR and a limited selection of ARM devices.
|
|||
To use this driver, add the following to your `rules.mk`:
|
||||
|
||||
```make
|
||||
SRC += analog.c
|
||||
ANALOG_DRIVER_REQUIRED = yes
|
||||
```
|
||||
|
||||
Then place this include at the top of your code:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue