12#include <avr/interrupt.h> 
bool Encoder_IsButtonPressed()
Check if the encoder button is pressed.
Definition Encoder.h:25
 
void Encoder_Init()
Initialize all registers for the pin interrupts used for encoder handling.
Definition Encoder.cpp:24
 
Containing defines and functions for basic pin initialization and handling.
 
#define PIN_NUMBER_ENC_PB
Arduino pin number for the Encoder push button line (PORTD4)
Definition Pins.h:36