Skip to content

Commit 0d2f467

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents e7b49ba + 638fab6 commit 0d2f467

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![](https://jitpack.io/v/Scrappers-glitch/JoystickModule.svg)](https://jitpack.io/#Scrappers-glitch/JoystickModule)
44

5+
## In order to use the Library : ##
56

67
```gradle
78
allprojects {
@@ -18,4 +19,30 @@ dependencies {
1819
}
1920
```
2021

22+
## Description :
23+
Since , RPIs got no analog I/O pins , you cannot get direct analog mappings using the PI , so in order to read analog mappings ```0~1023``` as a hardware mapping or ```0%~100%``` as a pulse duty cycle , you will need to convert analog outputs to digital inputs through SPI (Serial peripheral Interface) of the PI
24+
25+
26+
## Attachments :
27+
28+
### Wrining PI for RPI4b & RPI3b :
29+
30+
![](https://github.com/Scrappers-glitch/JoyStickModule/blob/master/Attachments/j8header-3b.png)
31+
32+
### JoyStick Module Mappings in Vx & Vy where Vx is the potential difference across the POTx(potentiometer X) & Vy is the potential difference across the POTy(potentiometer y) :
33+
34+
![](https://github.com/Scrappers-glitch/JoyStickModule/blob/master/Attachments/Joystick-Module-Analog-Output.png)
35+
36+
### Arduino JoyStick Module Datasheet (NB: examples are in Arduinos) :
37+
38+
https://github.com/Scrappers-glitch/JoyStickModule/blob/master/Attachments/joystick_module.pdf
39+
40+
### MCP3008 MicroChip ADC(Analog~Digital Converter) datasheet :
41+
42+
https://github.com/Scrappers-glitch/JoyStickModule/blob/master/Attachments/MCP3008.pdf
43+
44+
### If you need to know more about MCP3008 at MicroChip :
45+
46+
https://www.microchip.com/wwwproducts/en/en010530#additional-features
47+
2148

0 commit comments

Comments
 (0)