summaryrefslogtreecommitdiffstats
path: root/watch__private_8h_source.html
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@users.noreply.github.com>2022-08-03 17:57:16 +0000
committerjoeycastillo <joeycastillo@users.noreply.github.com>2022-08-03 17:57:16 +0000
commit6ac386a506eed2212566ecbf7ea6f4a96e9b49eb (patch)
tree26aaa99a9a5ab5e9f4533e4e85841a8f3bd3d8a8 /watch__private_8h_source.html
parentd8dba8cc0f0c7807e120d7ca67d598d2413fb3e0 (diff)
downloadSensor-Watch-6ac386a506eed2212566ecbf7ea6f4a96e9b49eb.tar.gz
Sensor-Watch-6ac386a506eed2212566ecbf7ea6f4a96e9b49eb.tar.bz2
Sensor-Watch-6ac386a506eed2212566ecbf7ea6f4a96e9b49eb.zip
deploy: e790a025787e0e1aa59b98b95e194cf4318d1578
Diffstat (limited to 'watch__private_8h_source.html')
-rw-r--r--watch__private_8h_source.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/watch__private_8h_source.html b/watch__private_8h_source.html
index c1e2af91..c538b68e 100644
--- a/watch__private_8h_source.html
+++ b/watch__private_8h_source.html
@@ -21,7 +21,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
- <div id="projectname">Sensor Watch<span id="projectnumber">&#160;0.0.1</span>
+ <div id="projectname">Sensor Watch<span id="projectnumber">&#160;0.0.2</span>
</div>
<div id="projectbrief">A board replacement for the classic Casio F-91W wristwatch, powered by a Microchip SAM L22 microcontroller.</div>
</td>
@@ -111,10 +111,11 @@ $(function() {
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span><span class="comment">// this function ends up getting called by printf to log stuff to the USB console.</span></div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span><span class="keywordtype">int</span> _write(<span class="keywordtype">int</span> file, <span class="keywordtype">char</span> *ptr, <span class="keywordtype">int</span> len);</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
-<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span><span class="comment">// this method could be overridden to read stuff from the USB console? but no need rn.</span></div>
-<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span><span class="keywordtype">int</span> _read(<span class="keywordtype">void</span>);</div>
-<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
-<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span><span class="preprocessor">#endif</span></div>
+<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span><span class="comment">// i thought this would be called by gets but it doesn&#39;t? anyway it does get called by read()</span></div>
+<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span><span class="comment">// so that&#39;s our mechanism for reading data from the USB serial console.</span></div>
+<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span><span class="keywordtype">int</span> _read(<span class="keywordtype">int</span> file, <span class="keywordtype">char</span> *ptr, <span class="keywordtype">int</span> len);</div>
+<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> </div>
+<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span><span class="preprocessor">#endif</span></div>
<div class="ttc" id="awatch_8h_html"><div class="ttname"><a href="watch_8h.html">watch.h</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->