From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fcd0ac136c3a2795,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!d17g2000yqb.googlegroups.com!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: USB Boarduino on AVR-Ada Tutorial Date: Tue, 3 Aug 2010 19:50:20 -0700 (PDT) Organization: http://groups.google.com Message-ID: <4d1d662b-f476-41e4-938c-0564ad90d74e@d17g2000yqb.googlegroups.com> NNTP-Posting-Host: 216.121.235.102 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1280890221 27367 127.0.0.1 (4 Aug 2010 02:50:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 4 Aug 2010 02:50:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d17g2000yqb.googlegroups.com; posting-host=216.121.235.102; posting-account=ENgozAkAAACH-stq5yXctoDQeZQP2E6J User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12835 Date: 2010-08-03T19:50:20-07:00 List-Id: Rolf graciously granted me access to add to the AVR-Ada's Tutorial page, my own notes on using the USB Boarduino (Arduino) with AVR-Ada. It can be found here: https://sourceforge.net/apps/mediawiki/avr-ada/index.php?title=Tutorial#USB_Boarduino_Tutorial If you are currently using the Arduino, this should make it easier to get started with AVR-Ada. This documents some things that are specific to the Arduino environment that took me some time to work out. Consider it the "fast track". The Arduino focus has always been to make it easy for people to get started and teaching, which is ok. But I think they've sometimes "dumbed it down" too much. They don't want their students to get confused by technical details like upload baud rates or I/O ports and pins. They'd prefer them to know that the LED is "digital pin 13" instead of Port B, bit 5 (on a particular chip). Anyway, that's just my opinion- I like to drive. So I've documented a few Arduino details that may be of interest in that tutorial. Warren