saved some bytes
This commit is contained in:
parent
63ff73a066
commit
a109991e7a
10 changed files with 94 additions and 50 deletions
|
|
@ -10,8 +10,8 @@ private:
|
|||
static constexpr uint8_t CLOCK_PHASE = 1;
|
||||
static constexpr uint8_t BIT_ORDER = 1;
|
||||
|
||||
volatile uint8_t *_port = &PORTB;
|
||||
volatile uint8_t *_pinReg = &PINB;
|
||||
volatile uint8_t * const _port = &PORTB;
|
||||
volatile uint8_t * const _pinReg = &PINB;
|
||||
static constexpr uint8_t _pinIn = PB2;
|
||||
static constexpr uint8_t _pinOut = PB0;
|
||||
static constexpr uint8_t _pinClock = PB3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue