Skip to content

Commit f6b7cdb

Browse files
authored
Merge pull request #82 from Electrostat-Lab/replace-broken-redirects
joystick-game.md: Replace broken redirects and minor maintenance
2 parents c5ad44c + edbb96c commit f6b7cdb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/featured-projects/joystick-game.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'JMonkeyEngine with Joystick'
33
weight: 75
44
---
55

6-
[**Pavl G.**](https://www.linkedin.com/in/pavl-g-420b81228/) created a Java Gradle library to control a car in a [JMonkeyEngine](https://jmonkeyengine.org/) game with an arduino joystick module connected to a Raspberry Pi4 model B, using GPIO digital pins and SPI interfacing through MCP3008 ADC (Analog~Digital Converter).
6+
[**Pavl G.**](https://github.com/pavly-gerges) created a Java Gradle library to control a car in a [JMonkeyEngine](https://jmonkeyengine.org/) game with an arduino joystick module connected to a Raspberry Pi4 model B, using GPIO digital pins and SPI interfacing through MCP3008 ADC (Analog~Digital Converter).
77

88
## Requirements
99

@@ -160,8 +160,8 @@ It's very hard to give you a full overview of how to create a jmonkeyengine vehi
160160

161161
## More at sources
162162

163-
- ADC overview : https://www.electronics-tutorials.ws/combination/analogue-to-digital-converter.html
164-
- MCP3008 ADC : https://www.microchip.com/en-us/product/MCP3008
165-
- SPI overview : https://learn.sparkfun.com/tutorials/serial-peripheral-interface-spi/all
166-
- Gradle lib : https://github.com/Scrappers-glitch/JoyStickModule
167-
- Testcase : https://github.com/Scrappers-glitch/JmeCarPhysicsTestRPI
163+
- [ADC overview](https://www.electronics-tutorials.ws/combination/analogue-to-digital-converter.html)
164+
- [MCP3008 ADC](https://www.microchip.com/en-us/product/MCP3008)
165+
- [SPI overview](https://learn.sparkfun.com/tutorials/serial-peripheral-interface-spi/all)
166+
- [RPI Joystick Gradle library](https://github.com/Electrostat-Lab/JoyStickModule)
167+
- [Tech-demo](https://github.com/Electrostat-Lab/JmeCarPhysicsTestRPI)

0 commit comments

Comments
 (0)