Skip to content

Commit

Permalink
Dash Input set
Browse files Browse the repository at this point in the history
  • Loading branch information
WonITKorea committed Sep 2, 2024
1 parent 9018d10 commit a39fc82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/SKIDAQ_OBD2/SKIDAQ_OBD2.ino
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

#include "DFRobot_MCP2515.h"

#define Upshiftpin 12
13
const int SPI_CS_PIN = 17;
DFRobot_MCP2515 CAN(SPI_CS_PIN); // Set CS pin

Expand All @@ -30,6 +32,7 @@ String BuildMessage = "";

void setup()
{
pinMode()
Serial.begin(115200);

while (CAN.begin(CAN_500KBPS))
Expand Down

0 comments on commit a39fc82

Please sign in to comment.