Commit 070fc42ad57d23ab87979463af5665c7ba93d1b4
receivedSat, 3. Aug 2024, 11:22:30 (by user sx)
Sat, 3 Aug 2024 09:22:30 +0000 (11:22 +0200)
authorManfred Steiner <sx@htl-kaindorf.at>
Sat, 3 Aug 2024 09:22:22 +0000 (11:22 +0200)
committerManfred Steiner <sx@htl-kaindorf.at>
Sat, 3 Aug 2024 09:22:22 +0000 (11:22 +0200)
tree2aa27648f8ff9670c3d801e3dd523e23b0570527
parent4791f7b0b4144d27c60407086bf68cff27f711d0
Message:
...
126 files changed:
software/arduino-nano-5v/test_2024-07-23/.gdb_history [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/.gdbinit [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/.gitignore [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/.vscode/c_cpp_properties.json [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/.vscode/launch.json [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/.vscode/settings.json [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/.vscode/tasks.json [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/Makefile [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/README.md [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/adafruit/bme280.cpp [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/adafruit/bme280.h [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/adafruit/ens160.cpp [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/adafruit/ens160.h [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/adafruit/sensor.h [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/i2cmaster.cpp [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/i2cmaster.hpp [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/i2cslave.cpp [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/i2cslave.hpp [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/main.cpp [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/main.hpp [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/units/encoder.cpp [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/units/encoder.hpp [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/units/i2c.cpp [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/units/i2c.hpp [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/units/ieee485.cpp [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/units/ieee485.hpp [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/units/lcd.cpp [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/units/lcd.hpp [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/units/led.cpp [new file with mode: 0644]
software/arduino-nano-5v/test_2024-07-23/src/units/led.hpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/.gdb_history [new file with mode: 0644]
software/nano-644/test_2024-07-23/.gdbinit [new file with mode: 0644]
software/nano-644/test_2024-07-23/.gitignore [new file with mode: 0644]
software/nano-644/test_2024-07-23/.vscode/c_cpp_properties.json [new file with mode: 0644]
software/nano-644/test_2024-07-23/.vscode/launch.json [new file with mode: 0644]
software/nano-644/test_2024-07-23/.vscode/settings.json [new file with mode: 0644]
software/nano-644/test_2024-07-23/.vscode/tasks.json [new file with mode: 0644]
software/nano-644/test_2024-07-23/Makefile [new file with mode: 0644]
software/nano-644/test_2024-07-23/README.md [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/adafruit/bme280.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/adafruit/bme280.h [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/adafruit/ens160.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/adafruit/ens160.h [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/adafruit/sensor.h [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/i2cmaster.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/i2cmaster.hpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/i2cslave.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/i2cslave.hpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/main.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/main.hpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/encoder.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/encoder.hpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/i2c.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/i2c.hpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/ieee485.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/ieee485.hpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/lcd.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/lcd.hpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/led.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/led.hpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/modbus.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/modbus.hpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/motor.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/motor.hpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/portexp.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/portexp.hpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/poti.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/poti.hpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/r2r.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/r2r.hpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/rgb.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/rgb.hpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/seg7.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/seg7.hpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/switch.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/switch.hpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/uart1.cpp [new file with mode: 0644]
software/nano-644/test_2024-07-23/src/units/uart1.hpp [new file with mode: 0644]
software/test_2024-07-23/.gdb_history [deleted file]
software/test_2024-07-23/.gdbinit [deleted file]
software/test_2024-07-23/.gitignore [deleted file]
software/test_2024-07-23/.vscode/c_cpp_properties.json [deleted file]
software/test_2024-07-23/.vscode/launch.json [deleted file]
software/test_2024-07-23/.vscode/settings.json [deleted file]
software/test_2024-07-23/.vscode/tasks.json [deleted file]
software/test_2024-07-23/Makefile [deleted file]
software/test_2024-07-23/README.md [deleted file]
software/test_2024-07-23/src/adafruit/bme280.cpp [deleted file]
software/test_2024-07-23/src/adafruit/bme280.h [deleted file]
software/test_2024-07-23/src/adafruit/ens160.cpp [deleted file]
software/test_2024-07-23/src/adafruit/ens160.h [deleted file]
software/test_2024-07-23/src/adafruit/sensor.h [deleted file]
software/test_2024-07-23/src/i2cmaster.cpp [deleted file]
software/test_2024-07-23/src/i2cmaster.hpp [deleted file]
software/test_2024-07-23/src/i2cslave.cpp [deleted file]
software/test_2024-07-23/src/i2cslave.hpp [deleted file]
software/test_2024-07-23/src/main.cpp [deleted file]
software/test_2024-07-23/src/main.hpp [deleted file]
software/test_2024-07-23/src/units/encoder.cpp [deleted file]
software/test_2024-07-23/src/units/encoder.hpp [deleted file]
software/test_2024-07-23/src/units/i2c.cpp [deleted file]
software/test_2024-07-23/src/units/i2c.hpp [deleted file]
software/test_2024-07-23/src/units/ieee485.cpp [deleted file]
software/test_2024-07-23/src/units/ieee485.hpp [deleted file]
software/test_2024-07-23/src/units/lcd.cpp [deleted file]
software/test_2024-07-23/src/units/lcd.hpp [deleted file]
software/test_2024-07-23/src/units/led.cpp [deleted file]
software/test_2024-07-23/src/units/led.hpp [deleted file]
software/test_2024-07-23/src/units/modbus.cpp [deleted file]
software/test_2024-07-23/src/units/modbus.hpp [deleted file]
software/test_2024-07-23/src/units/motor.cpp [deleted file]
software/test_2024-07-23/src/units/motor.hpp [deleted file]
software/test_2024-07-23/src/units/portexp.cpp [deleted file]
software/test_2024-07-23/src/units/portexp.hpp [deleted file]
software/test_2024-07-23/src/units/poti.cpp [deleted file]
software/test_2024-07-23/src/units/poti.hpp [deleted file]
software/test_2024-07-23/src/units/r2r.cpp [deleted file]
software/test_2024-07-23/src/units/r2r.hpp [deleted file]
software/test_2024-07-23/src/units/rgb.cpp [deleted file]
software/test_2024-07-23/src/units/rgb.hpp [deleted file]
software/test_2024-07-23/src/units/seg7.cpp [deleted file]
software/test_2024-07-23/src/units/seg7.hpp [deleted file]
software/test_2024-07-23/src/units/switch.cpp [deleted file]
software/test_2024-07-23/src/units/switch.hpp [deleted file]
software/test_2024-07-23/src/units/uart1.cpp [deleted file]
software/test_2024-07-23/src/units/uart1.hpp [deleted file]