Skip to content

Commit

Permalink
Adding Common Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
WonITKorea committed Feb 9, 2024
1 parent d170740 commit 116ad96
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
6 changes: 6 additions & 0 deletions code/SKIDAQ_DashBoard/SKIDAQ_DashBoard.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// ——————————————————————————————————————————————————————————————————————————————//
// SKIDAQ Steering Wheel Dashboard //
// Raspberry Pi Pico based SKID-FS DAQ System //
// Author: Lim ChaeWon //
// SKIDAQ © 2024 by Lim ChaeWon is licensed under GPL 3.0 //
// ——————————————————————————————————————————————————————————————————————————————//

#include <Wire.h>
#include <SPI.h>
Expand Down
4 changes: 2 additions & 2 deletions code/SKIDAQ_Main/SKIDAQ_Main.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// SKIDAQ //
// Raspberry Pi Pico based SKID-FS DAQ System //
// Solenoid Valve Controlled QuickShift Interface //
// Author: Lim Chae Won //
// The MIT License (MIT) //
// Author: Lim ChaeWon //
// SKIDAQ © 2024 by Lim ChaeWon is licensed under GPL 3.0 //
// ——————————————————————————————————————————————————————————————————————————————//
//
// Pin Summary
Expand Down
20 changes: 4 additions & 16 deletions code/SKIDAQ_OBD2/SKIDAQ_OBD2.ino
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
// ——————————————————————————————————————————————————————————————————————————————//
// SKIDAQ //
// SKIDAQ OBD-2 Diagnostic Module //
// Raspberry Pi Pico based SKID-FS DAQ System //
// Solenoid Valve Controlled QuickShift Interface //
// Author: Lim Chae Won //
// The MIT License (MIT) //
// Author: Lim ChaeWon //
// SKIDAQ © 2024 by Lim ChaeWon is licensed under GPL 3.0 //
// ——————————————————————————————————————————————————————————————————————————————//
/*!
* @file DIAG_DAQ.ino
* @brief Raspberry Pi Pico based SKID-FS DAQ System Diganosing Device
* @n the data coming can't be too fast, must >20ms, or else you can use check mode
* @copyright Copyright (c) Lim Chae Won 2024
* @license The MIT License (MIT)
* @author SKID-CWNU (Lim Chae Won)
* @maintainer Lim Chae Won
* @version V1.0
* @date 2024-01-20
* @url
* */

#include "DFRobot_MCP2515.h"

const int SPI_CS_PIN = 17;
Expand Down

0 comments on commit 116ad96

Please sign in to comment.