Skip to content

clf-cklf/juliard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is derived from the awesome work here and here

The original blogpost code still more-or-less works, but some library calls needed to be updated.

Also the dependencies are provided by Nix, so this should be relatively reproducible.

Usage

To build the code, all prerequisites are sourced via Nix, so just run nix-shell to get the correct environment

To run the code on an AVR chip, you will need the following:

Connect the LED between pin 15 and GND, with a suitable protective resistor in series.

nix-shell
make        # generates Julia AVR code and builds the hex file
make flash  # flashes the chip (builds the hexfile if needed)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published