Commit Graph

23 Commits

Author SHA1 Message Date
Matthias Mitscherlich d5e389f1bd Fixed ISerialBus interface and added device and register address fields so that future i2c and SPI devices can be addressed, to. Added i2c HAL. Tested, working.
The update on the interface required FunctionStatus and the logger to be updated, too
2024-03-11 17:00:07 +01:00
Matthias Mitscherlich a0d13f08c1 Started with a blank main file
- Added GPIO handling
- Added a logger class with additional static debug log handling

Tested, functional
2024-03-11 15:45:48 +01:00
Matthias Mitscherlich 4b31b6c618 Started reorganizing the code. Put everything existing to OLD and began with a new main.cppy 2024-02-29 16:53:16 +01:00
Matthias Mitscherlich 29e2e14850 fixed colour maps and some matrix misalignments# Please enter the commit message for your changes. Lines starting 2023-11-26 09:22:16 +01:00
Matthias Mitscherlich d990b0563d Merge branch 'master' of https://git.vbchaos.nl/private/wordclock 2023-11-25 15:26:55 +01:00
Matthias Mitscherlich 7c2b0d8d24 Updated the matrix to the real size
Fixed orientation missings
added the temperature wordmap
2023-11-25 15:24:51 +01:00
Matthias Mitscherlich c46bc8ecce fixed compiler errrors 2023-11-23 20:24:22 +01:00
Matthias Mitscherlich edeaedeb07 Added basic bmp280 structure - functional
temperature readout must be added and compensation must be checked
2023-02-08 12:14:27 +01:00
Matthias Mitscherlich 35c940ca5b added clock wordmap and made wordmap a baseclass 2023-02-07 13:38:23 +01:00
Matthias Mitscherlich 2e8aa31cbf Added I2C and BMP280
i2c already running and functional, bmp280 code is still in the main and needs re-organisation
Temperature readout works, pressure is not required at this stage
2023-02-06 16:21:56 +01:00
Matthias Mitscherlich bc0da9ec9e merge 2023-02-01 13:08:13 +01:00
Matthias Mitscherlich c230138e27 Fixed library error 2023-01-20 19:09:10 +01:00
Matthias Mitscherlich 03d0c977d4 fixed depecated lib 2023-01-20 17:23:06 +01:00
Matthias Mitscherlich f398219907 Updated hours bug 2023-01-20 10:20:52 +01:00
Matthias Mitscherlich 5d5c45ee15 Added wordmap and got the clock running 2023-01-19 17:29:58 +01:00
Matthias Mitscherlich 699b9ecce8 Added wordmap and remove wordclock module. 2023-01-19 15:49:32 +01:00
Matthias Mitscherlich 7cb84d1660 Added clock and wordclock - functional
the matrix needs an update, though. Not all words are well put
2023-01-18 14:54:23 +01:00
Matthias Mitscherlich 1ae7d6ec5a Fixed coordiante behaviour of the matrix 2023-01-18 10:36:36 +01:00
Matthias Mitscherlich 027dd38eb9 Added led matrix 2023-01-17 16:30:14 +01:00
Matthias Mitscherlich 58b63fb7a2 Added LED encoder - functional 2023-01-17 12:45:32 +01:00
Matthias Mitscherlich 0dfa8fad2b Added logger - functional 2023-01-16 15:58:24 +01:00
Matthias Mitscherlich d2167ecde3 Fixed wifi issues 2023-01-15 13:25:42 +01:00
Matthias Mitscherlich aa946ff39f Added and tested GPIO class 2023-01-13 11:03:16 +01:00