Skip to content

Commit

Permalink
improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-8 committed Mar 31, 2024
1 parent 4517242 commit dbf22ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
name: build
conclusion: ${{ job.status }}
output: |
{"summary":"${{ steps.test.outputs.summary }}"}
{"summary":"code was compiled"}
11 changes: 9 additions & 2 deletions RCMv2/RCMv2.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
// https://github.com/rcmgames/RCMv2
// for information about the electronics, see the link at the top of this page: https://github.com/RCMgames

// #define RCM_HARDWARE_VERSION 10 // uncomment if you have an RCMByte board
// to use ROS mode switch the platformio project environment to one of the environments that says ROS in the name
/**
uncomment one of the following lines depending on which hardware you have
*/
// leave all lines commented if you have a standard RCM board
// #define RCM_HARDWARE_VERSION 10 // RCM BYTE V1

/**
to use ROS mode switch the platformio project environment to one of the environments that says ROS in the name
*/

#include "rcm.h" //defines pins

Expand Down

0 comments on commit dbf22ff

Please sign in to comment.