commit 8e260f02474d3859aadd1b631f1d965af0d4394e Author: Max Brüggemann Date: Mon Aug 9 18:04:06 2021 +0200 Init diff --git a/io-helper.c b/io-helper.c new file mode 100644 index 0000000..f33be3f --- /dev/null +++ b/io-helper.c @@ -0,0 +1,103 @@ +#include +#include "io-helper.h" + +uint32_t outStates = 0; + +uint8_t getBit1(uint8_t bit) { + if(outStates&(1< +#include "io-helper.h" + +int main(void) { + +outStates=0xFFFFFFFF; + +while(1) { + setOuts(); +} + +}