1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-07 21:51:41 +03:00

prod/doc/: added bottom navigation bar

This commit is contained in:
Werner Almesberger 2011-05-27 13:06:14 -03:00
parent 77a60a9e03
commit e4fc649d7e
6 changed files with 35 additions and 0 deletions

View File

@ -245,6 +245,7 @@ be good <B>atben</B> board on the same Ben at a comparable temperature.
<TR><TD>Other<TD>Divergence can be compensated by adjusting trim value
</TABLE>
<END>
<P>
<HR>
Last update: 2011-05-27&nbsp;&nbsp;<I>Werner Almesberger</I>

View File

@ -88,6 +88,7 @@ the application with DFU. After this, you can proceed with the
If the board fails to enumerate, proceed with the
<A href="analysis.html">fault analysis</A>.
<END>
<P>
<HR>
Last update: 2011-05-27&nbsp;&nbsp;<I>Werner Almesberger</I>

View File

@ -112,6 +112,7 @@ production and test process:
</UL>
<END>
<P>
<HR>
Last update: 2011-05-27&nbsp;&nbsp;<I>Werner Almesberger</I>

View File

@ -269,6 +269,7 @@ Ben, and if a stable temperature is maintained.
@@@
<END>
<P>
<HR>
Last update: 2011-05-27&nbsp;&nbsp;<I>Werner Almesberger</I>

View File

@ -18,6 +18,7 @@
</MACRO>
<MACRO name="PAGE_BAR" title>
<MACRO name="__TITLE"><TITLE></MACRO>
<TABLE width="99%" border=0 cellspacing=0 cellpadding=0>
<TR>
<__PI bgcolor="#d080ff" size="+3" rowspan="2"><A
@ -34,11 +35,19 @@
<MACRO name="PAGE_ITEM" href>
<__PI_SEP>
<__PI bgcolor="#c0d0ff"><A href="<HREF>"><BODY></A></__PI>
<MACRO name="__ENDREFS">
<__ENDREFS>
<__ENDREF href="<HREF>" bgcolor="#c0d0ff"><BODY></__ENDREF>
</MACRO>
</MACRO>
<MACRO name="PAGE_CURR" href>
<__PI_SEP>
<__PI bgcolor="#ffff00"><BODY></__PI>
<MACRO name="__ENDREFS">
<__ENDREFS>
<__ENDREF href="<HREF>" bgcolor="#ffff00"><BODY></__ENDREF>
</MACRO>
</MACRO>
<MACRO name="SECTION_BAR" title>
@ -76,3 +85,24 @@
<B><FONT size="+1"><TITLE></B></FONT>
<P>
</MACRO>
<MACRO name="__ENDREF" href bgcolor>
<__PI_SEP>
<TD align="center">
<TABLE border=0 cellspacing=3 cellpadding=2 bgcolor="<BGCOLOR>">
<TR><TD nowrap="nowrap"><A href="<HREF>"<FONT size="+1"
face="sans"><B><BODY></B></A>
</TABLE>
</MACRO>
<MACRO name="END">
<P>
<TABLE width="99%" border=0 cellspacing=0 cellpadding=0>
<TR>
<__PI bgcolor="#d080ff" size="+1"><A
href="index.html"><B><__TITLE></B></A></__PI>
<__ENDREFS>
<__PI_SEP>
<TD align="left" width="99%" bgcolor="#d080ff">
</TABLE>
</MACRO>

View File

@ -200,6 +200,7 @@ Another possible cause could a problem with the SLP_TR signal. The
GPIO test should eventually catch this issue, but it may currently
remain undetected until the send test.
<END>
<P>
<HR>
Last update: 2011-05-27&nbsp;&nbsp;<I>Werner Almesberger</I>