Yo Hal!
On Wed, 26 Jun 2024 20:32:19 -0700
Hal Murray via devel wrote:
> I'm trying to setup a Pi with a GPS hat.
>
>
>
> The Microserver HOWTO says:
>
> {--config} Edit /boot/config.txt and add these lines to the end of
> the file, replacing 4 with the logical pin number for your HAT if
> i
I'm trying to setup a Pi with a GPS hat.
The Microserver HOWTO says:
{--config} Edit /boot/config.txt and add these lines to the end of the
file, replacing 4 with the logical pin number for your HAT if it's not an
Adafruit:
# Get 1PPS from HAT pin
dtoverlay=pps-gpio,gpiopin=4
The first