diff --git a/README.md b/README.md index 51c213e..f1a5df8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ # Trinteract -[![License: CERN-OHL-S](https://img.shields.io/badge/Hardware%20License-CERN--OHL--S-blueviolet)](https://opensource.org/licenses/MIT) +[![License: CERN-OHL-S](https://img.shields.io/badge/Hardware%20License-CERN--OHL--S%20v2-blueviolet)](https://ohwr.org/cern_ohl_s_v2.pdf) [![License: MIT](https://img.shields.io/badge/Software%20License-MIT-yellow)](https://opensource.org/licenses/MIT) [![License: CC BY-SA 4.0](https://img.shields.io/badge/Documentation%20License-CC_BY--SA_4.0-lightgrey)](https://creativecommons.org/licenses/by-sa/4.0/) +This repository contains all the files and documentation for Trinteract, An open-source Arduino-compatible 3DOF Human Interface Device (HID). In other words a joystick that's capable of moving in all 3 Dimensions. [Visit the docs](https://gocivici.github.io/trinteract/) for more detailed information. + +![](media/attached.jpg) + +Before Assembly | Assembled +:-------------------------:|:-------------------------: +![](media/notassembled.jpg) | ![](media/assembled.jpg) diff --git a/media/assembled.jpg b/media/assembled.jpg new file mode 100644 index 0000000..73349f3 Binary files /dev/null and b/media/assembled.jpg differ diff --git a/media/attached.jpg b/media/attached.jpg new file mode 100644 index 0000000..25913d7 Binary files /dev/null and b/media/attached.jpg differ diff --git a/media/notassembled.jpg b/media/notassembled.jpg new file mode 100644 index 0000000..d6be104 Binary files /dev/null and b/media/notassembled.jpg differ