Index

auto-plow / 0b89630

A wheelchair motor-propelled battery-powered ESP32-driven remote control snow plow.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
425 Oct 2019 23:050b89630Basic ESP-IDF projectJosh Stockin180N

Blob @ auto-plow / main / plow_main.c

text/plain82 bytesdownload raw
1#include <stdio.h>
2#include "driver/gpio.h"
3
4
5void app_main(void)
6{
7 // void
8}
9