Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mnr committed Feb 21, 2024
1 parent 6c55585 commit 5d5b8b6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Binary file added vignettes/articles/adafruit_relay.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions vignettes/articles/faq.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "faq"
author: "Mark Niemann-Ross"
date: "2024-02-21"
output: html_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

*-bash: gpioset: command not found*

You are probably running a lite version of the operating system. This doesn't have the `gpiod` library installed. That's easy to fix...

```{r, eval=FALSE}
sudo apt update
sudo apt install gpiod libgpiod-dev
```

0 comments on commit 5d5b8b6

Please sign in to comment.