Skip to content

Commit

Permalink
Merge pull request #123 from ccfd/arduino
Browse files Browse the repository at this point in the history
Some corrections for (hidden) arduino instruction
  • Loading branch information
llaniewski authored Jan 15, 2025
2 parents 9a87f53 + c26c5c7 commit aa74394
Show file tree
Hide file tree
Showing 8 changed files with 2,320 additions and 31 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
- name: Install tools
run: |
sudo apt-get update
sudo apt install -y pandoc libxml2-dev libssl-dev libcurl4-openssl-dev r-base r-base-dev;
sudo apt install -y build-essential pandoc libxml2-dev libssl-dev libcurl4-openssl-dev r-base r-base-dev r-cran-devtools;
sudo apt install -y libharfbuzz-dev libfribidi-dev;
sudo R -e "install.packages('devtools')";
sudo R -e "devtools::install_github('rstudio/rmarkdown')";
wget https://github.com/mathjax/MathJax/archive/master.zip;
unzip master.zip >/dev/null;
Expand Down
Binary file added figures/info1/micro/button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/info1/micro/button_led.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/info1/micro/buzzer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/info1/micro/complete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added figures/info1/micro/led.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit aa74394

Please sign in to comment.