diff options
Diffstat (limited to 'watch__private_8h_source.html')
-rw-r--r-- | watch__private_8h_source.html | 11 |
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"> 0.0.1</span> + <div id="projectname">Sensor Watch<span id="projectnumber"> 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'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'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 --> |