File tree Expand file tree Collapse file tree 12 files changed +37
-27
lines changed Expand file tree Collapse file tree 12 files changed +37
-27
lines changed Original file line number Diff line number Diff line change 1
- // ///////////////////// //
2
- // Black Panda + Harness //
3
- // ///////////////////// //
1
+ // /////////////////////////////// //
2
+ // Black Panda (STM32F4) + Harness //
3
+ // /////////////////////////////// //
4
4
5
5
void black_enable_can_transceiver (uint8_t transceiver , bool enabled ) {
6
6
switch (transceiver ){
Original file line number Diff line number Diff line change
1
+ // ////////////////////////// //
2
+ // Cuatro (STM32H7) + Harness //
3
+ // ////////////////////////// //
4
+
1
5
void cuatro_set_led (uint8_t color , bool enabled ) {
2
6
switch (color ) {
3
7
case LED_RED :
Original file line number Diff line number Diff line change 1
- // ///////////// //
2
- // Dos + Harness //
3
- // ///////////// //
1
+ // /////////////////////// //
2
+ // Dos (STM32F4) + Harness //
3
+ // /////////////////////// //
4
4
5
5
void dos_enable_can_transceiver (uint8_t transceiver , bool enabled ) {
6
6
switch (transceiver ){
Original file line number Diff line number Diff line change 1
- // ////////// //
2
- // Grey Panda //
3
- // ////////// //
1
+ // //////////////////// //
2
+ // Grey Panda (STM32F4) //
3
+ // //////////////////// //
4
4
5
5
// Most hardware functionality is similar to white panda
6
6
Original file line number Diff line number Diff line change 1
- // ///// //
2
- // Pedal //
3
- // ///// //
1
+ // ///////////// //
2
+ // Pedal STM32F2 //
3
+ // ///////////// //
4
4
5
5
void pedal_enable_can_transceiver (uint8_t transceiver , bool enabled ) {
6
6
switch (transceiver ){
Original file line number Diff line number Diff line change 1
- // ///////////////////// //
2
- // Red Panda + Harness //
3
- // ///////////////////// //
1
+ // ///////////////////////////// //
2
+ // Red Panda (STM32H7) + Harness //
3
+ // ///////////////////////////// //
4
4
5
5
void red_enable_can_transceiver (uint8_t transceiver , bool enabled ) {
6
6
switch (transceiver ) {
Original file line number Diff line number Diff line change 1
- // ///////////////////// //
2
- // Red Panda chiplet + Harness //
3
- // ///////////////////// //
1
+ // ///////////////////////////////////// //
2
+ // Red Panda chiplet (STM32H7) + Harness //
3
+ // ///////////////////////////////////// //
4
4
5
5
// Most hardware functionality is similar to red panda
6
6
Original file line number Diff line number Diff line change 1
- // /////////////////
2
- // Tres + Harness //
3
- // /////////////////
1
+ // ///////////////////////////
2
+ // Tres (STM32H7) + Harness //
3
+ // ///////////////////////////
4
4
5
5
bool tres_ir_enabled ;
6
6
bool tres_fan_enabled ;
Original file line number Diff line number Diff line change 1
- // ///////////// //
2
- // Uno + Harness //
3
- // ///////////// //
1
+ // /////////////////////// //
2
+ // Uno (STM32F4) + Harness //
3
+ // /////////////////////// //
4
4
5
5
void uno_enable_can_transceiver (uint8_t transceiver , bool enabled ) {
6
6
switch (transceiver ){
Original file line number Diff line number Diff line change 1
- // /////////// //
2
- // White Panda //
3
- // /////////// //
1
+ // ///////////////////// //
2
+ // White Panda (STM32F4) //
3
+ // ///////////////////// //
4
4
5
5
void white_enable_can_transceiver (uint8_t transceiver , bool enabled ) {
6
6
switch (transceiver ){
You can’t perform that action at this time.
0 commit comments