Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiseiYokoyama committed Jun 5, 2020
1 parent 68c9db3 commit a9bf6cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "joycon-rs"
version = "0.5.3"
version = "0.5.4"
authors = ["Kaisei Yokoyama <yokoyama.kaisei.sm@alumni.tsukuba.ac.jp>"]
repository = "https://github.com/KaiseiYokoyama/joycon-rs"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/joycon/driver/input_report_mode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ pub mod standard_full_mode {
/// 6-Axis data. 3 frames of 2 groups of 3 Int16LE each. Group is Acc followed by Gyro.
#[derive(Debug, Clone)]
pub struct IMUData {
data: [AxisData; 3]
pub data: [AxisData; 3]
}

impl TryFrom<[u8; 349]> for IMUData {
Expand Down

0 comments on commit a9bf6cd

Please sign in to comment.