SAmeis / pascalio

Input/Output library for Raspberry Pi or any other Linux based microcontroller
Other
30 stars 9 forks source link

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?

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