more articles

This commit is contained in:
2018-05-04 16:48:40 +02:00
parent b5c6422601
commit 46fee0d0e1
12 changed files with 305 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<html>
<head>
<title>Projects - just for fun</title>
</head>
<body>
Arduino Eclipse Plugin: <a href="arduino.cc/en/Main/Software" title="arduino.cc/en/Main/Software" target="_blank">http://www.baeyens.it/eclipse/</a>
Arduino Teensy Integration: <a href="http://www.pjrc.com/teensy/teensyduino.html" title="http://www.pjrc.com/teensy/teensyduino.html" target="_blank">http://www.pjrc.com/teensy/teensyduino.html</a>
Arduino IDE: <a href="http://arduino.cc/en/Main/Software" title="http://arduino.cc/en/Main/Software" target="_blank">http://arduino.cc/en/Main/Software</a>
</body>
</html>

View File

@ -0,0 +1,7 @@
define(`TITLE', `Tools for the Arduino Development')
define(`DATE', `2015-06-05')
define(`CONTENT', `
Arduino Eclipse Plugin: <a href="arduino.cc/en/Main/Software" title="arduino.cc/en/Main/Software" target="_blank">http://www.baeyens.it/eclipse/</a>
Arduino Teensy Integration: <a href="http://www.pjrc.com/teensy/teensyduino.html" title="http://www.pjrc.com/teensy/teensyduino.html" target="_blank">http://www.pjrc.com/teensy/teensyduino.html</a>
Arduino IDE: <a href="http://arduino.cc/en/Main/Software" title="http://arduino.cc/en/Main/Software" target="_blank">http://arduino.cc/en/Main/Software</a>
')