Skip to content
View SlightlyLoony's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
Block or Report

Block or report SlightlyLoony

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. JSisyphus JSisyphus Public

    Java 28 8

  2. gpsctl gpsctl Public

    GPS control and configuration for U-Blox GPS on Raspberry Pi 3B...

    C 13 9

  3. Raspbian program to set U-Blox GPS t... Raspbian program to set U-Blox GPS to stationary mode, and save configuration
    1
    #include <stdio.h>
    2
    #include <unistd.h>
    3
    #include <fcntl.h>
    4
    #include <termios.h>
    5
    
                  
  4. PakBus PakBus Public

    A Java package that implements an interface to Campbell Scientific's PakBus datalogger protocol.

    Java 2 1

  5. Util Util Public

    General utility classes, including a generalized deterministic finite state machine (FSM), a non-interactive test framework, and much more...

    Java 2

  6. Utility for working with UBlox GPS o... Utility for working with UBlox GPS on Raspberry Pi 3 running Jessie or later
    1
    #include <stdlib.h>
    2
    #include <string.h>
    3
    #include <stdio.h>
    4
    #include <unistd.h>
    5
    #include <fcntl.h>