Skip to content
Snippets Groups Projects
Commit 1aaf245e authored by Sam Calisch's avatar Sam Calisch
Browse files

escape tages

parent eb203d97
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -28,8 +28,8 @@ pre code {
// gcc -o ring ring.c -l bcm2835
//run:
// sudo ./ring
#include <bcm2835.h>
#include <stdio.h>
#include &ltbcm2835.h&gt
#include &ltstdio.h&gt
#define PIN_OUT RPI_GPIO_P1_11
#define PIN_IN RPI_GPIO_P1_15
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment