Skip to content

Instantly share code, notes, and snippets.

View nickyonge's full-sized avatar
♥️
🦆

Nick Yonge nickyonge

♥️
🦆
View GitHub Profile
@nickyonge
nickyonge / platformio.ini
Last active March 12, 2024 19:15
WIP: ATtiny Platform.io INI Template
; PLATFORM.IO .ini TEMPLATE FOR ATTINYx4 ICs
; by Nick Yonge
; https://gist.github.com/nickyonge/69bf8889f9c26f0a6661cdb72e56620c
;
; Default values are all preselected, with commented-out sections for common modifications (eg clock customization)
; Look for the headlines, and just uncomment the sections as needed!
;
; Useful Resources:
; ATtiny 24/44/84 Datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/doc8006.pdf
; confFUSE AVR Fuse Calculator: https://www.engbedded.com/conffuse/
@nickyonge
nickyonge / webpack.config.js
Last active April 10, 2024 23:34
webpack.js template - new sites, fast
/* WEBPACK TEMPLATE SETUP
* webpack.config.js
*
* All the steps for getting a new webpack-based website started via VS Code!
*
* This script itself is a file called webpack.config.js and is used to tell Webpack how to build your site.
* Start with the prerequisites below!
*
* --- PREREQUISITES ---
- Install VS Code, https://code.visualstudio.com
@nickyonge
nickyonge / helloworld.txt
Created November 30, 2022 02:30
"Hello World" text file for download tests
Hello, world!