Commit Graph
47 Commits
Author SHA1 Message Date
Hans Haupt 9ea9ddd230 Update README.md 2024-06-14 08:05:37 +00:00
Hans Haupt 25b5ed5f4a added Links tosoftware and teaching readme 2024-06-14 08:04:14 +00:00
hhaupt 45a410d228 removed unused and conflicting enum IRLeds 2024-06-13 02:58:30 +02:00
hhaupt 5dfb179204 Merged Tiltdetection 2024-06-13 00:57:32 +02:00
hhaupt 448e7e3f4b refactored code 2024-06-13 00:55:30 +02:00
hhaupt 16c63dcdd4 fixed warnings in LightDetection 2024-06-12 20:51:40 +02:00
hhaupt bc2aef650d adapted default threshold for shakedetection 2024-06-12 13:21:47 +02:00
hhaupt 4a6a58e35f Implemented ShakeDetection 2024-06-12 00:03:29 +02:00
hhaupt 080563f6cc added example for tiltdetection 2024-06-11 20:14:56 +02:00
Hans Haupt 14de5a626e updated documentation of getTilt 2024-06-11 17:05:22 +02:00
hhaupt bcd03a6148 added tiltdetection 2024-06-11 13:25:04 +02:00
hhaupt 92578f94b6 Merge branch 'feature/#14-implement-motion-detection' of https://git.imn.htwk-leipzig.de/wagner/dezibot into feature/#14-implement-motion-detection 2024-06-10 23:17:13 +02:00
Hans Haupt 239a5e6299 WIP: tiltdetection 2024-06-10 23:10:37 +02:00
hhaupt a109227cbe fixed errors from merge (added calls .begin for submodules and renamed colorConstant) 2024-06-09 09:35:38 +02:00
hhaupt e30395e8a6 fixed indentation after linebreak, made some refactoring 2024-06-05 13:13:26 +02:00
Hans Haupt 4ffed430e2 added documentation to display headerfile 2024-06-04 19:53:31 +02: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
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
hhaupt ad41f6b5ca changed numieric constant with correct constant variable in move() 2024-05-12 11:41:20 +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
Hans Haupt e42a471a33 wip:reading acceleration 2024-05-03 09:29:53 +02:00
hhaupt 5bf017fb48 added display examplesketch 2024-05-02 21:53:48 +02:00
hhaupt a5572b20b7 implemented basic functions for VEML6040 2024-05-02 01:27:58 +02:00
hhaupt f41de7378f implemented Find a Friend with Frequencydetection using FFT 2024-05-01 22:53:55 +02:00
hhaupt 5a31eb6630 merged new IR Methods 2024-05-01 14:27:24 +02:00
hhaupt 6ec94ae0dc moved example ino in separate directory 2024-05-01 14:26:26 +02:00
hhaupt 1596b3883c added the possibility of sending a specific frequency via IR 2024-05-01 14:25:03 +02:00
hhaupt 9314683201 first basic but working version of fiend a friend 2024-04-28 23:11:08 +02:00
hhaupt 53ba11839f Merge branch 'feature/#5-motion' into feature/#16-find-a-friend 2024-04-28 22:41:44 +02:00
hhaupt c8f7e95363 introduced possibility to run move commands without timelimit 2024-04-28 22:38:51 +02:00
hhaupt a905b05a16 Merge branch 'feature/#16-find-a-friend' of https://git.imn.htwk-leipzig.de/wagner/lib into feature/#16-find-a-friend 2024-04-28 19:53:42 +02:00
hhaupt 1af07ecd91 added examples to determine direction of light and basic find a friend (wip: needs additional movement functions) 2024-04-28 19:48:29 +02:00
hhaupt b4c0bde8a9 changed handling of PT Enable PINs 2024-04-28 19:32:18 +02:00
hhaupt 8cb33e3096 Merge remote-tracking branch 'origin/feature/#5-motion' into feature/#16-find-a-friend 2024-04-28 10:27:43 +02:00
hhaupt 907228ba79 Merge branch 'feature/#6-lightdetection' into feature/#16-find-a-friend 2024-04-28 10:24:31 +02:00
hhaupt 39e424ed13 implemented basic handling of infrared 2024-04-28 01:24:47 +02:00
hhaupt 96a7efdb6b implemented basic ligthdetection 2024-04-27 23:05:03 +02:00
hhaupt 1d074f26d1 add basic PT Reading 2024-04-26 14:58:20 +02:00
hhaupt c948b5515b added general readRegister Method for IMU 2024-04-26 10:11:47 +02:00
Hans Haupt 60175861db Update README.md 2023-12-05 22:04:59 +00:00