Git Product home page Git Product logo

rle-py's Introduction

_____________________________
For any updates to the codebase, run `sudo ./install.sh`. There will be an executable in the menu bar.
This can then be linked to the desktop.

_____________________________
To manually use the test system, run `./main.py -h`. This is useful for ad-hoc tests that do not use
the entire test suite.

_____________________________
To manually use the PCBs to change the state of the circuit, run the following in a `python3` console:
>>> from components.GPIO import GPIO
>>> gpio=GPIO()
>>> gpio.stage(GPIO.BOARD, 0)
>>> gpio.stage(GPIO.RS485, 0)
>>> gpio.stage(GPIO.LENGTH_EMULATOR, 0)
>>> gpio.stage(GPIO.SHORT_EMULATOR, 0)
>>> gpio.commit()
The above was an example. The GPIO library MUST be committed after a stage.

To use the RS232 terminal along with the GPIO library, open up PuTTY and open a serial comm link
with `/dev/rleRS232` as the serial line (there should be a profile by default).

_____________________________
On a fresh installation (on a new Raspberry Pi) the `trigger.sh` file under `udev-rules` must be ran
with root privileges. Change your directory into the folder before executing it.

rle-py's People

Contributors

zacharyasmith avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.