#include "..\lib\GPIO.h" void GPIO_Pin::On(uint8_t GPIO_Pin){ pinMode(GPIO_Pin, OUTPUT); digitalWrite (GPIO_Pin,HIGH); }