Skip to content
View a-gavin's full-sized avatar
Block or Report

Block or report a-gavin

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

  1. nutil nutil Public

    Rust

  2. Deep_Learning_from_Scratch Deep_Learning_from_Scratch Public

    Flexible DNN-based classifier implemented from scratch.

    Python

  3. Raspberry Pi Picoprobe Debug Setup/T... Raspberry Pi Picoprobe Debug Setup/Tips & Tricks
    1
    # Raspberry Pi Picoprobe Debug Setup/Tips & Tricks
    2
    This document details useful information on how to use a Raspberry Pi Pico as a SWD probe for another Pico using the Picoprobe software. This information assumes you have followed all of the steps in Appendix A of the [Getting Started with Raspberry Pi Pico Guide](https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf) and that you are doing development on a Linux system.
    3
    
                  
    4
    ## Essential Setup
    5
    1. Add the below files to your system to enable non-root access to the devices 
  4. BitMagic Logic Analyzer Pulseview Se... BitMagic Logic Analyzer Pulseview Setup on Linux
    1
    # BitMagic Logic Analyzer Pulseview Setup on Linux
    2
    General setup for the 1BitSquared [BitMagic Basic](https://1bitsquared.com/products/bitmagic-basic) on Linux.
    3
    
                  
    4
    1. Install PulseView: `sudo apt install -y pulseview`
    5
    
                  
  5. lcd-2004-i2c lcd-2004-i2c Public

    Forked from KuabeM/lcd-lcm1602-i2c

    Rust I2C driver for 20x4 LCD displays

    Rust 1