Skip to content

magicdominic/freq_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

function

Shows frequency of pin 14 through a website on localhost/count.html

install webserver

->lighttpd https://www.lighttpd.net/download/ move config file to /etc/lighttpd/lighttpd.conf

compile

gcc -o count count.c -lpigpio -lpthread

add to startup

edit /etc/rc.local and add: sudo /home/pi/counter/count 14 -r10 -s10 &

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages