SpaceEEC / pascalio

Input/Output library for Raspberry Pi or any other Linux based microcontroller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pascalio

pascalio is a powerful and easy to use library for accessing input and output connectors of a microcontroller from within the programming language (object) Pascal.

What is Where?

  • The directory src contains the library itself
  • Checkout the documentation.
  • The sample projects in directory test are used for testing the library. Caution: You may get an idea on how to use this library if you read them!

How to start

It is the easiest way to compile your applications on the target device (e.g. Rasperry Pi) as you donnot need set up a complicated cross compiling infrastructure.

  1. Clone this repository or download a zip file of the whole repository
  2. Open the pascalio.lpk file in Lazaurs and click compile
  3. Open an existing project from the test directory or create your own application
  4. Build up your circuit
  5. Check your circuit again
  6. Complie
  7. Start the program as root

Help?!

If you need help check out the sample projects. You may ask in the German Lazarus Forum for help.

If you want to help, don't hesitate to create a patch, issue or pull request.

ToDo

  • Create more examples and test cases
  • Draw each example in Fritzig and create circuit diagrams
  • Complete the Documentation
  • Spread the world

About

Input/Output library for Raspberry Pi or any other Linux based microcontroller

License:Other


Languages

Language:Pascal 100.0%