theblujuice

Results 2 comments of theblujuice

> Seems there are 2 buses we can access > > IOMUX pins for SPI controllers are as below: > > Pin Name HSPI VSPI > GPIO Number > CS0*...

#!/usr/bin/env perl # PostgreSQL stats script for Observium use warnings; use strict; use DBI; # --- Configuration --- # my $DEBUG = 1; # Enable debug output my $confFile =...