- Göttingen, Germany
- https://der.moe
-
Socialist, software developer, recycling activist, electronics hobbyist, cyclist and more.
- Joined on
2019-07-01
ncc1988 pushed to DHT11 at ncc1988/yauclib
-
f187e39187 added DHTxx class, Microcontroller_AVR: began writing code for handling falling edges
ncc1988 pushed to one_wire at ncc1988/yauclib
-
c8608890c2 added test for OneWire class
ncc1988 pushed to one_wire at ncc1988/yauclib
-
ecc00cbf18 added OneWire class
ncc1988 pushed to master at ncc1988/yauclib
-
8330803810 Microcontroller_AVR: fixed wait methods, updated doc
ncc1988 pushed to master at ncc1988/yauclib
-
7375a781bd Microcontroller_AVR.cpp: added checks for zero delay in wait methods
ncc1988 pushed to master at ncc1988/yauclib
-
31a20222c1 LED::setBrightness: interpret every brightness value greater zero as logical high
ncc1988 pushed to master at ncc1988/ucmf
-
7b18c291f1 AVR generator: fixed Makefile errors when generating a Makefile for Arduino
ncc1988 pushed to master at ncc1988/ucmf
-
d67ee8c505 README: added clarification that the AVR generator is also for arduino
ncc1988 pushed to master at ncc1988/yauclib
-
68afe144ee Microcontroller_AVR: replace calls to _delay_ms and _delay_us with fixed values with implementations that use the _delay_loop functions
ncc1988 pushed to master at ncc1988/yauclib
-
1b12f8be9b set UC_PACKAGE in the ucmf.config file for the led and max7219 test
ncc1988 pushed to master at ncc1988/schlimm
-
4566b9e3fd set cmake_minimum_version to 3.14, use CMake Fontconfig config instead of the custom one
ncc1988 pushed to master at ncc1988/schlimm
-
76c5e66eec Panel.cpp: commented out code that does not compile
ncc1988 pushed to master at ncc1988/yauclib
-
f4bed0526e moved driver tests to tests/drivers
ncc1988 pushed to 202006-move-x11-code at ncc1988/schlimm
-
57be707d99 moved X11 initialisation code from App::run to the new (temporary) method X11XLibClient::fullyStartServer, re #17
-
10e9ee187f X11XLibClient: copied restartServer from App class, re #17
- Compare 2 commits »
ncc1988 pushed to master at ncc1988/schlimm
-
ab3add4f34 App class: removed OpenLog and CloseLog methods
ncc1988 pushed to 202006-move-x11-code at ncc1988/schlimm
-
e732d99b02 X11XLibClient: added docblock for checkXServerProcess and added default values for its parameters, re #17
ncc1988 pushed to 202006-move-x11-code at ncc1988/schlimm
-
5492c782da X11XLibClient: declared waitForServer method in header and changed return type, copied checkXServerProcess from App class, re #17