-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (45 loc) · 1.95 KB
/
index.html
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>Elektor Labs Projects</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<h1>Elektor Labs Projects</h1>
<p><a href="https://github.com/ElektorLabs/Arduino">Elektor AVR Boards Packages for Arduino IDE</a><br>
Arduino IDE support for AVR-based boards designed by Elektor Labs.
</p>
<p><a href="https://github.com/ElektorLabs/150308-eRIC-Nitro">eRIC Nitro (150308)</a><br>
Arduino compatible board with radio.
</p>
<p><a href="https://github.com/ElektorLabs/mlx90393-driver">MLX90393 driver</a><br>
Melexis' triaxis magnetic field sensor.
</p>
<p><a href="https://github.com/ElektorLabs/ads1115-driver">ADS1115 driver</a><br>
Texas Instruments' I2C-compatible 16-bit ADC.
</p>
<p><a href="https://github.com/ElektorLabs/PreferredParts">Elektor Labs Preferred Parts Libraries</a><br>
Component libraries for Eagle, Altium and DesignSPark PCB.
</p>
<p><a href="https://github.com/ElektorLabs/130478-flexible-xmas-tree-2014">Flexible Christmas tree (130478)</a><br>
Flex-PCB design for a Christmas tree.
</p>
<p><a href="https://github.com/ElektorLabs/bme280-driver">BME280 driver</a><br>
Bosch Sensortech integrated environmental (humidity, temperature and pressure) sensor.
</p>
<p><a href="https://github.com/ElektorLabs/150555-Platino">Platino universal AVR board (150555)</a><br>
Universal PCB for 28-pin and 40-pin DIP AVR devices with UI peripherals.
</p>
<p><a href="https://github.com/ElektorLabs/Elektor_Multipurpose_Shield">Multipurpose Shield (129009-1)</a><br>
Arduino compatible shield supporting all sorts of sensors and circuits.
</p>
<p><a href="https://github.com/ElektorLabs/150244-LEGO-LED">LEGO LED (150244)</a><br>
A tiny PCB to help adding LEDs to LEGO projects.
</p>
<p><a href="https://github.com/ElektorLabs/J2B-Synthesizer">J2B Synthesizer</a><br>
An ARM-Cortex-M3-based music synthesizer.
</p>
<!--p><a href=""></a><br></p-->
</body>
</html>