Skip to content

Instantly share code, notes, and snippets.

View zachrattner's full-sized avatar

Zach Rattner zachrattner

View GitHub Profile
@zachrattner
zachrattner / motion.html
Created February 4, 2022 19:31
Device Motion Analysis
<!doctype html>
<html lang="en-us">
<head>
<title>Yembo Sensor Testing</title>
<!-- Make page show up ok on mobile devices -->
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0" name="viewport"/>