Skip to content

Instantly share code, notes, and snippets.

@alexvng
alexvng / .gitattributes
Created April 26, 2022 06:35
.gitattributes from DS climate futures
# Unity
*.cginc text
*.cs diff=csharp text
*.shader text
# Unity YAML
*.mat -merge -text eol=lf
*.anim -merge -text eol=lf
*.unity -merge -text eol=lf
*.prefab -merge -text eol=lf
*.physicMaterial2D -merge -text eol=lf
@alexvng
alexvng / esp32Heart.ino
Last active October 3, 2021 13:21
Pulsar - ESP32 code
// Author: Mason Manetta
#include <Wire.h>
#include "MAX30105.h"
#include "heartRate.h"
#include <WiFi.h>
#include <HTTPClient.h>
//Global Variables
MAX30105 particleSensor;

Westwood FRC Wiring Guide (2018-2019)

Narwals scematic

Table of Contents