Current Progress -- Save to switch computer

This commit is contained in:
Paul Nehlich
2023-10-26 07:10:20 +02:00
parent fa4cfd517f
commit 5641f1afad
5 changed files with 62 additions and 2 deletions

View File

@ -0,0 +1,7 @@
#include "GpioCookie.h"
GpioCookie::GpioCookie(uint32_t pinAddress, uint32_t bitOffsetMask)
: pinAddress(pinAddress), bitOffsetMask(bitOffsetMask) {
}
GpioCookie::~GpioCookie() {}