HTL St. Pölten Elektronik & technische Informatik
This is a support library for the EL Robot 🚫 NOT FINISHED YET 🚫
You can:
- drive at a speed
- use IR-distance-sensor
- get line-follow support
- control the LEDs
- output on a LCD-display
Copy the driver.c and driver.h into your project folder.
Add driver.c in your Code Editor to your project and include the headerfile in your main.c : #include "driver.h"
If you use Code::Blocks you can do this via Project/Add Files and then choose driver.c
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch
git checkout -b feature/AmazingFeature
- Commit your Changes
git commit -m 'Add some AmazingFeature'
- Push to the Branch
git push origin feature/AmazingFeature
- Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.