Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c94c382dae |
+1
-1
@@ -29,7 +29,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#define BOARD_VENUS
|
||||
#define BOARD_MERCURY
|
||||
|
||||
typedef struct _formula{
|
||||
|
||||
|
||||
+2
-2
@@ -113,10 +113,10 @@ static void SimpleBLEPeripheral_performPeriodicTask(void *WorkModeData) {
|
||||
|
||||
// In IV, CV, and func-gen mode, DAC will output voltage
|
||||
// else DAC do nothing.
|
||||
EliteDACControl(*WorkModeData);
|
||||
EliteDACControl(WorkModeData);
|
||||
|
||||
// Control ADC to sample rate
|
||||
EliteADCControl(*WorkModeData);
|
||||
EliteADCControl(WorkModeData);
|
||||
|
||||
// Notify control, check if we need to send notify
|
||||
EliteNotifyControl();
|
||||
|
||||
Reference in New Issue
Block a user