-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a spec sheet for an ergo dash with LEDs #1
Comments
support one canbus |
1. CAN Bus Support
2. LED Support and Configuration
3. Microcontroller Capabilities (STM32F746ZGT6U)
4. Additional Hardware Components
5. Software and Programming
6. Power Management
7. Testing and Validation
|
Starting the code:
Blinking code? `#include "mbed.h" DigitalOut myLED(LED1); // Replace LED1 with the actual GPIO pin int main() { Expand for Multiple LEDs: Define multiple DigitalOut objects for different LEDs. |
Probably 1 can bus, figure out if it supports 24 or 32 LEDs. Likely will need a single relay for a button, etc. Some way to show fault or warning codes.
The text was updated successfully, but these errors were encountered: