summaryrefslogtreecommitdiff
path: root/d/dev/sys/lampion/www/robot/links.html
blob: b79ddc87aec2701202c65a18acf6365880faa647 (plain)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <title>Liens Efrei Robotique</title>
</head>
<body>

<h1>Liens Efrei Robotique</h1>

<h2>C++</h2>

<ul>
  <li>Le <a href="http://www.cplusplus.com/doc/tutorial/">tutoriel cplusplus.com</a>.</li>
  <li>La <a href="http://www.cplusplus.com/ref/iostream/">r�f�rence iostream cplusplus.com</a>.</li>
  <li>La <a href="http://www.sgi.com/tech/stl/table_of_contents.html">r�f�rence STL sgi.com</a>.</li>
  <li>La <a href="http://www.parashift.com/c++-faq-lite/">C++ FAQ
    Lite</a>.</li>
</ul>

<h2>AVR</h2>

<ul>
  <li>Le site <a href="http://www.atmel.com/products/avr/">AVR chez Atmel</a>.</li>
  <li><a href="http://www.avrfreaks.net/">AVR Freaks</a>.</li>
  <li>La <a href="http://www.nongnu.org/avr-libc/user-manual/index.html">doc
    de la libc AVR</a>.</li>
</ul>

<h2>Elec</h2>

<ul>
  <li>Le <a href="http://courelectr.free.fr/">cour courelectr.free.fr</a>.</li>
</ul>

<h2>Robotique</h2>

<ul>
  <li>Le site de <a href="http://www.ancr.org/">l'ANCR</a>.</li>
  <li>Le site de <a href="http://fribotte.free.fr/">fribotte</a>.</li>
</ul>

</body>
</html>