Skip to content

Commit

Permalink
Folding everything
Browse files Browse the repository at this point in the history
  • Loading branch information
WonITKorea committed Mar 2, 2024
1 parent d5d5a99 commit b4e05e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/SKIDAQ_Main/SKIDAQ_Main.ino
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Adafruit_ADS1115 ads; /* ADS1115 - 16-bit version */
int DIAGENB = 0; //

// ——————————————————————————————————————————————————————————————————————————————
// MOSFET Switch Module Configuration
// Switch Module Configuration
// ——————————————————————————————————————————————————————————————————————————————
#define DynoInt 9
#define MOSUP_PIN 12
Expand Down Expand Up @@ -270,7 +270,8 @@ void loop()
CAN.sendMsgBuf(2, 0, 8, Normal_DAQ);
Serial.println("Normal Data Tx: " + String((char *)Normal_DAQ));
delay(150);



if (CAN_MSGAVAIL == CAN.checkReceive())
{
{
Expand Down Expand Up @@ -502,9 +503,8 @@ void loop()
}

// ——————————————————————————————————————————————————————————————————————————————
// OBD-II PIDs Configuration - https://en.wikipedia.org/wiki/OBD-II_PIDs
// Functions Configuration
// ——————————————————————————————————————————————————————————————————————————————

void DHT_TaskInit(void)
{
dht.begin();
Expand Down

0 comments on commit b4e05e9

Please sign in to comment.