Simple single-color 8x8x8 LED Cube with AVRs
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

index.html 1.2KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc on Mon Dec 12 09:47:09 GMT+01:00 2011-->
  6. <TITLE>
  7. Generated Documentation (Untitled)
  8. </TITLE>
  9. <SCRIPT type="text/javascript">
  10. targetPage = "" + window.location.search;
  11. if (targetPage != "" && targetPage != "undefined")
  12. targetPage = targetPage.substring(1);
  13. if (targetPage.indexOf(":") != -1)
  14. targetPage = "undefined";
  15. function loadFrames() {
  16. if (targetPage != "" && targetPage != "undefined")
  17. top.classFrame.location = top.targetPage;
  18. }
  19. </SCRIPT>
  20. <NOSCRIPT>
  21. </NOSCRIPT>
  22. </HEAD>
  23. <FRAMESET cols="20%,80%" title="" onLoad="top.loadFrames()">
  24. <FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
  25. <FRAME src="AFrame.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
  26. <NOFRAMES>
  27. <H2>
  28. Frame Alert</H2>
  29. <P>
  30. This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
  31. <BR>
  32. Link to<A HREF="AFrame.html">Non-frame version.</A>
  33. </NOFRAMES>
  34. </FRAMESET>
  35. </HTML>