-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c533e43
commit 5b890ba
Showing
21 changed files
with
1,223 additions
and
1,015 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#pragma once | ||
#include <AnalogMux.h> | ||
|
||
namespace Analog | ||
{ | ||
|
||
|
||
uint16_t ADC_Req(uint8_t address) | ||
{ | ||
return 123; | ||
} | ||
|
||
void Result(uint8_t address, uint16_t value) | ||
{ | ||
|
||
} | ||
|
||
AnalogMux<0> obj | ||
( | ||
ADC_Req, Result/*, | ||
EasyPinD::d_pin_t{GPIOA, GPIO_PIN_2}, | ||
EasyPinD::d_pin_t{GPIOA, GPIO_PIN_2}, | ||
EasyPinD::d_pin_t{GPIOA, GPIO_PIN_2}*/ | ||
); | ||
|
||
|
||
|
||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.