-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
154 lines (144 loc) · 7.62 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="en">
<head>
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="http://projects.curiousllc.com/theme/css/style.min.css">
<link rel="stylesheet" type="text/css" href="http://projects.curiousllc.com/theme/css/pygments.min.css">
<link rel="stylesheet" type="text/css" href="http://projects.curiousllc.com/theme/css/font-awesome.min.css">
<link href="http://projects.curiousllc.com/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Working with hardware Atom">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="" />
<meta name="author" content="Ryan Day" />
<meta name="description" content="" />
<meta property="og:site_name" content="Working with hardware"/>
<meta property="og:type" content="blog"/>
<meta property="og:title" content="Working with hardware"/>
<meta property="og:description" content=""/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://projects.curiousllc.com"/>
<meta property="og:image" content="https://avatars3.githubusercontent.com/u/6845642?v=3&s=200">
<title>Working with hardware</title>
</head>
<body>
<aside>
<div>
<a href="http://projects.curiousllc.com">
<img src="https://avatars3.githubusercontent.com/u/6845642?v=3&s=200" alt="" title="">
</a>
<h1><a href="http://projects.curiousllc.com"></a></h1>
<p></p>
<nav>
<div style="text-align: left; font-size: 0.9em">At Curious, we connect Things to the Cloud. <br/><br/>
If you would like to launch a product, or connect your product to the Cloud, drop us a line!</div>
<ul class="list">
<li><a href="mailto:[email protected]" target="_blank">[email protected]</a></li>
<li><a href="http://curiousllc.com/" target="_blank">Curious LLC</a></li>
<li><a href="http://www.meetup.com/NOVA-Python" target="_blank">Nova Python</a></li>
<li><a href="http://www.meetup.com/Golang-DC/" target="_blank">Golang DC</a></li>
</ul>
</nav>
<ul class="social">
<li><a class="sc-You can add links in your config file" href="#" target="_blank"><i class="fa fa-You can add links in your config file"></i></a></li>
<li><a class="sc-Another social link" href="#" target="_blank"><i class="fa fa-Another social link"></i></a></li>
</ul>
</div>
</aside>
<main>
<article>
<header>
<h2><a href="http://projects.curiousllc.com/examining-pwm-with-piscope.html#examining-pwm-with-piscope">Examining PWM with Piscope</a></h2>
<p>
Posted on Sat 15 August 2015 in <a href="http://projects.curiousllc.com/category/electronics.html">electronics</a>
• Tagged with
<a href="http://projects.curiousllc.com/tag/raspberry-pi-2.html">raspberry pi 2</a>, <a href="http://projects.curiousllc.com/tag/pwm.html">pwm</a>, <a href="http://projects.curiousllc.com/tag/piscope.html">piscope</a> </p>
</header>
<div>
<p class="first last">A closer look at PWM without an oscilloscope</p>
<a class="btn" href="http://projects.curiousllc.com/examining-pwm-with-piscope.html#examining-pwm-with-piscope">Continue reading</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://projects.curiousllc.com/flask-in-a-rump-kernel.html#flask-in-a-rump-kernel">Flask in a Rump Kernel</a></h2>
<p>
Posted on Tue 28 July 2015 in <a href="http://projects.curiousllc.com/category/os.html">os</a>
• Tagged with
<a href="http://projects.curiousllc.com/tag/rumpkernel.html">rumpkernel</a>, <a href="http://projects.curiousllc.com/tag/python.html">python</a>, <a href="http://projects.curiousllc.com/tag/flask.html">flask</a> </p>
</header>
<div>
<p class="first last">Running Python on a Rump Kernel</p>
<a class="btn" href="http://projects.curiousllc.com/flask-in-a-rump-kernel.html#flask-in-a-rump-kernel">Continue reading</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://projects.curiousllc.com/testing-asynchronous-qt-code-part-2.html#testing-asynchronous-qt-code-part-2">Testing Asynchronous Qt Code (part 2)</a></h2>
<p>
Posted on Fri 03 July 2015 in <a href="http://projects.curiousllc.com/category/programming.html">programming</a>
• Tagged with
<a href="http://projects.curiousllc.com/tag/python.html">python</a>, <a href="http://projects.curiousllc.com/tag/qt.html">qt</a>, <a href="http://projects.curiousllc.com/tag/testing.html">testing</a> </p>
</header>
<div>
<p class="first last">Test your asynchronous code</p>
<a class="btn" href="http://projects.curiousllc.com/testing-asynchronous-qt-code-part-2.html#testing-asynchronous-qt-code-part-2">Continue reading</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://projects.curiousllc.com/testing-asynchronous-qt-code-part-1.html#testing-asynchronous-qt-code-part-1">Testing Asynchronous Qt Code (part 1)</a></h2>
<p>
Posted on Mon 29 June 2015 in <a href="http://projects.curiousllc.com/category/programming.html">programming</a>
• Tagged with
<a href="http://projects.curiousllc.com/tag/python.html">python</a>, <a href="http://projects.curiousllc.com/tag/qt.html">qt</a>, <a href="http://projects.curiousllc.com/tag/testing.html">testing</a> </p>
</header>
<div>
<p class="first last">Test your asynchronous code</p>
<a class="btn" href="http://projects.curiousllc.com/testing-asynchronous-qt-code-part-1.html#testing-asynchronous-qt-code-part-1">Continue reading</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="http://projects.curiousllc.com/test-driven-api-integration-with-go.html#test-driven-api-integration-with-go">Test driven API integration with Go</a></h2>
<p>
Posted on Mon 25 May 2015 in <a href="http://projects.curiousllc.com/category/programming.html">programming</a>
• Tagged with
<a href="http://projects.curiousllc.com/tag/golang.html">golang</a>, <a href="http://projects.curiousllc.com/tag/tdd.html">tdd</a> </p>
</header>
<div>
<p class="first last">Test driven API integration</p>
<a class="btn" href="http://projects.curiousllc.com/test-driven-api-integration-with-go.html#test-driven-api-integration-with-go">Continue reading</a>
</div>
</article>
<div class="pagination">
<a class="btn" href="http://projects.curiousllc.com/index2.html">
<i class="fa fa-angle-left"></i> Older Posts
</a>
</div>
<footer>
<p>© Ryan Day </p>
<p>Built using <a href="http://getpelican.com" target="_blank">Pelican</a> - <a href="https://github.com/alexandrevicenzi/flex" target="_blank">Flex</a> theme by <a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a></p> </footer>
</main>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-2393416-13', 'auto');
ga('send', 'pageview');
</script>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Working with hardware ",
"url" : "http://projects.curiousllc.com",
"image": "https://avatars3.githubusercontent.com/u/6845642?v=3&s=200",
"description": ""
}
</script></body>
</html>