Skip to content

Commit

Permalink
Merge pull request #4 from abduazimov-workspace/dev
Browse files Browse the repository at this point in the history
2CAN-2LIN board: change stadby signal polarity
  • Loading branch information
esaulenka authored Jan 10, 2024
2 parents c820863 + f7cab87 commit 013e0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ using PinLedRx = Pin<'C',7>; // TIM3 ch2
// CAN-bus
using PinCan1Rx = Pin<'B',8>; // remapped!
using PinCan1Tx = Pin<'B',9>;
using PinCan1Stdby = Pin<'B',7>;
using PinCan1Stdby = Pin<'B',7, 'L'>;
using PinCan2Rx = Pin<'B',5>; // remapped!
using PinCan2Tx = Pin<'B',6>;
using PinCan2Stdby = Pin<'B',14>;
using PinCan2Stdby = Pin<'B',14, 'L'>;

// LIN
using PinLin1Tx = Pin<'A',2>; // USART2
Expand Down

0 comments on commit 013e0bb

Please sign in to comment.