Arkistoidut
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
keybrd/src/LED_ShiftReg.cpp

12 rivejä
144 B
C++
Raaka Normaali näkymä Historia

2016-10-30 23:25:44 +00:00
#include "LED_ShiftReg.h"
void LED_ShiftReg::on()
{
refPort.write(pin, HIGH);
}
void LED_ShiftReg::off()
{
refPort.write(pin, LOW);
}