hexmove 0.2.3

Interface for interacting with Hexmove IMUs
Documentation
1
2
3
4
5
6
7
8
9
# Hexmove

This crate contains the code for interacting with Hexmove IMUs.

Hexmove IMUs operate over a CAN bus. To set up the CAN interface for Hexmove IMUs, run the following command (where can0 is the name of the CAN interface):

```bash
sudo ip link set can0 up type can bitrate 500000
```