Skip to content

Commit

Permalink
Created New Code for Quickshift Calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
WonITKorea committed Oct 7, 2024
1 parent b325977 commit 5164888
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/arduino.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sketch": "code\\Testing_Crate\\backup\\backup.ino",
"board": "rp2040:rp2040:rpipico",
"sketch": "code\\Testing_Crate\\GPSTest\\SKIDAQ_BreakOut.ino",
"board": "esp32:esp32:nodemcu-32s",
"port": "COM13",
"configuration": "flash=2097152_0,freq=133,opt=Small,rtti=Disabled,stackprotect=Disabled,exceptions=Disabled,dbgport=Disabled,dbglvl=None,usbstack=picosdk,ipbtstack=ipv4only,uploadmethod=default"
"configuration": "FlashFreq=80,UploadSpeed=460800,DebugLevel=none,EraseFlash=none"
}
1 change: 1 addition & 0 deletions code/SKIDAQ_DashBoard/SKIDAQ_BreakOut/SKIDAQ_BreakOut.ino
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include <arduino.h>

0 comments on commit 5164888

Please sign in to comment.