202 Commits

Author SHA1 Message Date
mulbric1
247188e766 Update README.md 2024-06-04 15:48:20 +00:00
mulbric1
6826ae6255 Update doxygen.txt 2024-06-04 15:47:50 +00:00
mulbric1
1742019d1f Add new file 2024-06-04 15:47:21 +00:00
mulbric1
db7b7a8876 Update doxygen.txt 2024-06-04 15:44:38 +00:00
mulbric1
9b2d33a556 Update doxygen.txt 2024-06-04 15:42:20 +00:00
mulbric1
a5b289df86 Update doxygen.txt 2024-06-04 15:29:05 +00:00
mulbric1
5e8396efaf Update doxygen.txt 2024-06-04 11:10:09 +00:00
mulbric1
5c732b0435 Merge branch 'release' into 'main'
Release

See merge request wagner/dezibot!4
2024-06-04 10:22:36 +00:00
mulbric1
5bd1eee633 Release 2024-06-04 10:22:35 +00:00
Hans Haupt
d67a33c53f fixed bug with wrong indentatiojn after clear 2024-06-04 10:14:26 +02:00
hhaupt
a4a7bdc04b fixed clearDisplay(), changed linebreak to \n and added basic example 2024-06-04 00:19:59 +02:00
jwagner4
3b57cadc20 Try a page deploy 2024-06-02 19:16:13 +00:00
jwagner4
7201fda114 Remove latex 2024-06-02 18:44:34 +00:00
jwagner4
53b665f1f5 Testing pdflatex support 2024-06-02 18:33:40 +00:00
jwagner4
58f53c4b6a Testing pdflatex support 2024-06-02 18:26:36 +00:00
jwagner4
48b02d9b8c Update .gitlab-ci.yml file 2024-06-02 18:20:25 +00:00
jwagner4
b771f956e6 Update .gitlab-ci.yml file 2024-06-02 18:17:19 +00:00
jwagner4
3b48b4d429 Add pdflatex support to pipeline doxygentest 2024-06-02 18:14:54 +00:00
jwagner4
8eb4094493 Add missing make support in Pipeline doxygen test 2024-06-02 18:13:21 +00:00
jwagner4
4b1a654d2c Add latex support 2024-06-02 18:10:27 +00:00
Prof.J.Wagner
3d77482811 Doxygen test 2024-06-02 19:24:50 +02:00
Prof.J.Wagner
903e5943e7 Doxygen test 2024-06-02 19:20:27 +02:00
Prof.J.Wagner
b6744a9bde Doxygen test 2024-06-02 19:18:40 +02:00
Prof.J.Wagner
6863ed02c9 Merge branch 'release' of https://git.imn.htwk-leipzig.de/wagner/dezibot into release 2024-06-02 19:16:04 +02:00
Prof.J.Wagner
0df058dfac Doxygen test 2024-06-02 19:15:30 +02:00
jwagner4
a2303ce2b6 Update .gitlab-ci.yml file 2024-06-02 17:06:54 +00:00
Prof.J.Wagner
a58aa28894 Remove compiler warning lib claims to run on esp32s3... 2024-05-30 15:31:46 +02:00
Prof.J.Wagner
beecabfc40 rename example.ino to IMU/Detection_Print 2024-05-30 15:02:23 +02:00
Prof.J.Wagner
c7babf48c1 Merge remote-tracking branch 'origin/feature/#14-implement-motion-detection' into HEAD 2024-05-30 02:51:34 +02:00
hhaupt
829adf435c first working version, but still prints a junkdata after the text, formatstrings doesn't work 2024-05-30 00:50:43 +02:00
Hans Haupt
e6d4ecc5ba adopted print method, changed stringtermination to \0 termination 2024-05-29 22:56:53 +02:00
Hans Haupt
06561af86f Merge branch 'feature/#9-display' of https://git.imn.htwk-leipzig.de/wagner/lib into feature/#9-display 2024-05-29 00:42:39 +02:00
Hans Haupt
b1a0bc32bc WIP: implementing basic displaycontrols 2024-05-29 00:41:11 +02:00
amorgner
09cbbd7a5b Update README.md with information to including library 2024-05-25 11:22:20 +00:00
Prof.J.Wagner
cdf216910d Add 'USB_Mode to Hardware CDC and JTAG' hint and remove frills from examples 2024-05-14 10:25:33 +02:00
Prof.J.Wagner
a4f9f69f1e Extension of example/motion_minimum/motion_minimum added 2024-05-14 10:07:54 +02:00
Prof.J.Wagner
292e57032b Names of the examples drawn straight 2024-05-14 10:04:37 +02:00
Jens Wagner
b1811bc8a7 merge conflict #5 and #6 resolved 2024-05-13 13:53:02 +02:00
jwagner4
a7ea53be11 Spelling in AntiClockwise beseitigt 2024-05-13 11:26:22 +00:00
jwagner4
4e3ca4c1ec Spelling in AntiClockwise beseitigt 2024-05-13 11:25:25 +00:00
mulbric1
7ec4a2be6a Merge branch 'feature/#5-motion' into 'release'
Feature/#5 motion

See merge request wagner/lib!2
2024-05-13 10:03:02 +00:00
hhaupt
8fb1ab7651 improved the calibrated movement example 2024-05-12 23:25:08 +02:00
hhaupt
e03bde591d first working example of IMU Based Motioncorrection 2024-05-12 18:55:54 +02:00
hhaupt
aba3c7d559 Merge branch 'feature/#5-motion' into feature/#18-calibrated-movement 2024-05-12 11:48:53 +02:00
hhaupt
ad41f6b5ca changed numieric constant with correct constant variable in move() 2024-05-12 11:41:20 +02:00
hhaupt
e21e176737 Merge branch 'feature/#5-motion' into feature/#18-calibrated-movement 2024-05-12 11:38:23 +02:00
hhaupt
60314ec101 change motion from analogWrite to ledc, add fluent interface for motors 2024-05-12 11:24:25 +02:00
hhaupt
1f71dbc478 Merge branch 'feature/#14-implement-motion-detection' of https://git.imn.htwk-leipzig.de/wagner/lib into feature/#14-implement-motion-detection 2024-05-08 10:26:22 +02:00
hhaupt
8db66a0a19 Merge branch 'feature/#5-motion' into feature/#14-implement-motion-detection 2024-05-07 22:17:49 +02:00
Hans Haupt
650250f9de implemented read functions for Gyro / Accelerometer 2024-05-07 22:01:37 +02:00