From a58added7da3999ea13eff355663f940a7ad0581 Mon Sep 17 00:00:00 2001
From: Jake <jake.read@cba.mit.edu>
Date: Thu, 12 Oct 2017 17:44:05 -0400
Subject: [PATCH] add atsam4s json

---
 gpio/atsam4s/index.html | 35 +++++++++++++++++++++++++++++++++++
 ring.json               | 10 ++++++++++
 2 files changed, 45 insertions(+)
 create mode 100644 gpio/atsam4s/index.html

diff --git a/gpio/atsam4s/index.html b/gpio/atsam4s/index.html
new file mode 100644
index 0000000..c422d08
--- /dev/null
+++ b/gpio/atsam4s/index.html
@@ -0,0 +1,35 @@
+<html>
+<head>
+<style>
+pre code {
+  background-color: #eee;
+  border: 1px solid #999;
+  display: block;
+  padding: 20px;
+}
+</style>
+
+
+</head>
+<body>
+
+<h1>ATSAM4S</h1>
+
+<figure>
+<img src='4s-pic.jpg' height=50%>
+<figcaption>Ring oscillator with ATSAM4S</figcaption>
+</figure>
+
+<pre>
+<code>
+code
+</code>
+</pre>
+
+
+
+<p><a href='../../index.html'>Back</a></p>
+
+</body>
+
+</html>
\ No newline at end of file
diff --git a/ring.json b/ring.json
index 6a83b0a..9201076 100644
--- a/ring.json
+++ b/ring.json
@@ -63,6 +63,16 @@
 		}
 	],
 	"gpio":[
+		{
+			"name":"ATSAM4S",
+			"serial_number":"",
+			"subdirectory_path":"gpio/sam4s",
+			"dev_board_price":5.00,
+			"dev_board_sales link":"",
+			"ic_price":3.77,
+			"ic_sales_link":"",
+			"ring_period":0.19
+		},
 		{
 			"name":"M0, arduino",
 			"serial_number":"",
-- 
GitLab