My Home Robot Project
Introduces a heartbeat mechanism to the robot node using GPIO. This allows for external monitoring of the node's active state. The heartbeat is implemented using a GPIO pin that toggles at a regular interval, indicating that the system is running. Updates CMakeLists to link the project with gpiod libraries staged locally. Adds .gitignore entries for local dependencies and PC build directories. |
||
|---|---|---|
| .idea | ||
| src | ||
| LICENSE | ||
| README.md | ||
Dixon
My Home Robot Project