Skip to content

Instantly share code, notes, and snippets.

View cm3z4's full-sized avatar
🛸
I WANT TO BELIEVE

Christopher Meza cm3z4

🛸
I WANT TO BELIEVE
View GitHub Profile
@lxe
lxe / doge.cc
Created February 20, 2021 08:44
// Be in Arduino
// Go to file -> preferences -> settings tab -> additional board manager URL
// Paste this: https://dl.espressif.com/dl/package_esp32_index.json,http://arduino.esp8266.com/stable/package_esp8266com_index.json
// Go to tools -> board -> board manager
// Find "esp32" and install it
// Copy https://github.com/Bodmer/TFT_eSPI into C:\Users\you\Documents\Arduino\libraries
@lukas-h
lukas-h / license-badges.md
Last active July 6, 2025 20:59
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.

Translations: (No guarantee that the translations are up-to-date)

@jrleeman
jrleeman / toDayOfYear.ino
Last active July 18, 2024 22:00
Arduino Day of Year Function
/*
toDayOfYear
This sketch demonstrates a function to convert the year, month, day
format to the day of the year. Leap years are corrected. Unit tests
include leap year and regular year tests for every month as well as
corner case and error case testing.
Created 30 March 2015
Modified 14 April 2015