├── include
│ ├── shared.h
│ ├── util.h
│ └── vector.h
├── src
│ ├── l3-lidar
│ │ └── main.cpp
│ ├── Main-Teensy
│ │ ├── basic
│ │ │ ├── ballposition.cpp
│ │ │ ├── kalman.cpp
│ │ │ ├── movement.cpp
│ │ │ ├── pid.cpp
│ │ │ └── sensorfusion.cpp
│ │ ├── include
│ │ │ ├── ballposition.h
│ │ │ ├── kalman.h
│ │ │ ├── main.h
│ │ │ ├── movement.h
│ │ │ ├── pid.h
│ │ │ └── sensorfusion.h
│ │ ├── config.h
│ │ ├── main.cpp
│ │ └── subroutines.cpp
│ ├── Teensy-L3
│ │ └── main.cpp
│ ├── util.cpp
│ └── vector.cpp
├── .clang-format
├── .gitignore
├── platformio.ini
└── README.md
This repository was archived by the owner on Nov 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
senrobo/code-24
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published