Skip to content

Instantly share code, notes, and snippets.

View masadcv's full-sized avatar

Muhammad Asad masadcv

View GitHub Profile
@masadcv
masadcv / logid.cfg
Created November 23, 2021 23:39 — forked from CorradoLanera/logid.cfg
my configuration file for logid driver (logitech on linux)
devices: (
{
name: "Wireless Mouse MX Master";
smartshift:
{
on: true;
threshold: 20;
};
hiresscroll:
{
@masadcv
masadcv / Digispark.md
Created February 23, 2021 00:37 — forked from Ircama/Digispark.md
Configuring the Digispark ATtiny85 board for Arduino IDE and upgrading the bootloader

Configuring the Digispark ATTINY85 board for Arduino IDE and upgrading the bootloader

This note describes the configuration of an ATtiny85 based microcontroller development board named Digispark and similar to the Arduino line. It is available in many online marketplaces for roughly 1 dollar (e.g., Ebay, Amazon, AliExpress) and is shipped fully assembled, including a V-USB interface (a software-only implementation of a low-speed USB device for Atmel's AVR microcontrollers). Coding is similar to Arduino: it uses the familiar Arduino IDE and is already provided with a ready-to-use bootloader (fully integrated with Arduino), also allowing to be upgraded. Comparing it with the [ATmega328P](ht