- 
                Notifications
    
You must be signed in to change notification settings  - Fork 12
 
Support ffw sensor board #59
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
          
     Merged
      
      
    
  
     Merged
                    Changes from 3 commits
      Commits
    
    
            Show all changes
          
          
            8 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      38dcf64
              
                feat: Add new model configurations for ffw_g10_led and ffw_g40_imu, a…
              
              
                Woojin-Crive a9b88ce
              
                refactor: Comment out conditional checks for read/write types in SetM…
              
              
                Woojin-Crive 9c80cbe
              
                chore: Bump version to 1.4.9 and update changelog to include support …
              
              
                Woojin-Crive 071be31
              
                style: Adjust indentation in SetMultiDxlRead and SetMultiDxlWrite fun…
              
              
                Woojin-Crive a2c2eeb
              
                refactor: Simplify return statements in SetMultiDxlWrite function for…
              
              
                Woojin-Crive e887770
              
                feat: Add dummy data entry and enhance read/write type checks in Dyna…
              
              
                Woojin-Crive ff038e2
              
                style: Fix spacing in checkReadType and checkWriteType functions for …
              
              
                Woojin-Crive 7be4742
              
                fix: Correct typo in Boot_Version_Minor field in ffw_g40_imu model
              
              
                Woojin-Crive File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| [control table] | ||
| Address Size Data Name | ||
| 0 2 Model Number | ||
| 2 1 ROBOT_Generation | ||
| 3 1 Board_Number | ||
| 5 1 Firmware_Version_Major | ||
| 6 1 Firmware_Version_Minor | ||
| 7 1 ID | ||
| 8 1 Baud Rate (Bus) | ||
| 9 1 HW_REV | ||
| 10 1 Boot_Version_Major | ||
| 11 1 Boot_Version_Minor | ||
| 12 4 Error_Code | ||
| 20 4 Micros | ||
| 24 4 Millis | ||
| 100 1 Neopixel_Head_Left_Red | ||
| 101 1 Neopixel_Head_Left_Green | ||
| 102 1 Neopixel_Head_Left_Blue | ||
| 103 1 Neopixel_Head_Left_Brightness | ||
| 104 1 Neopixel_Head_Left_Mode | ||
| 105 2 Neopixel_Head_Left_Control_Time | ||
| 107 1 Neopixel_Head_Left_Led_Count | ||
| 110 1 Neopixel_Head_Right_Red | ||
| 111 1 Neopixel_Head_Right_Green | ||
| 112 1 Neopixel_Head_Right_Blue | ||
| 113 1 Neopixel_Head_Right_Brightness | ||
| 114 1 Neopixel_Head_Right_Mode | ||
| 115 2 Neopixel_Head_Right_Control_Time | ||
| 117 1 Neopixel_Head_Right_Led_Count | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| [control table] | ||
| Address Size Data Name | ||
| 0 2 Model Number | ||
| 2 1 ROBOT_Generation | ||
| 3 1 Board_Number | ||
| 5 1 Firmware_Version_Major | ||
| 6 1 Firmware_Version_Minor | ||
| 7 1 ID | ||
| 8 1 Baud Rate (Bus) | ||
| 9 1 HW_REV | ||
| 10 1 Boot_Version_Major | ||
| 11 1 Boot_Version_MInor | ||
| 12 4 Error_Code | ||
| 20 4 Micros | ||
| 24 4 Millis | ||
| 32 2 IMU ACC SCALE | ||
| 34 2 IMU GYRO SCALE | ||
| 36 4 IMU TIMESTAMP | ||
| 40 2 IMU ACC X | ||
| 42 2 IMU ACC Y | ||
| 44 2 IMU ACC Z | ||
| 46 2 IMU GYRO X | ||
| 48 2 IMU GYRO Y | ||
| 50 2 IMU GYRO Z | ||
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.