https://github.com/badgerloop-software/can-bounce
Nucleo Code Sending and Receiving CAN messages
https://github.com/badgerloop-software/can-bounce
Last synced: 2 months ago
JSON representation
Nucleo Code Sending and Receiving CAN messages
- Host: GitHub
- URL: https://github.com/badgerloop-software/can-bounce
- Owner: badgerloop-software
- Created: 2023-01-19T21:00:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-13T23:51:12.000Z (3 months ago)
- Last Synced: 2026-04-14T01:21:47.240Z (3 months ago)
- Language: C++
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository is used to flash code on the CAN test board to validate data sent to the CAN bus.
The main branch should be up-to-date with the latest template code to get you guys started with writing the tests.
Getting Started:
1. To checkout a new branch open the terminal, `cd` into the `can-bounce` repository.
2. While naming the branches try to follow thhe conventions. For eg. for a board's main CAN test, name it `companion_{board_name}`. Once you are in the `can-bounce` repository: To create and load into a new branch use `git checkout -b ____________` (where "`__________`" is will be the name your new branch). To load an existing branch, use `git checkout -b ____________` (where "`__________`" is will be the name the existing branch).
3. After you are done with the tests, push your branch with `git push origin __________` (where `____________` is your branch name)