Skip to content

deathlesz/pld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLD

This project was made for research purposes for the 61st Student Science Conference held in BSUIR.

Repository consists of two subprojects:

Building it yourself

For building utility program you will need to install Rust toolchain. After installing it, run following commands to get your executable in app/target/release.

$ cd app
$ cargo build --release

To build the Arduino UNO sketch, you can either install Arduino IDE, arduino-cli or use raw AVR toolchain. You will also need to install tinycbor library.

License

This project is licensed under GNU GPL v3 license, full text of which can be found here.

About

Simple PLD implementation based on ATMega328 microcontroller.

Topics

Resources

License

Stars

Watchers

Forks