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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,92f6d6a9186ff7a3 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.180.105.2 with SMTP id gi2mr782074wib.4.1348861443848; Fri, 28 Sep 2012 12:44:03 -0700 (PDT) Path: q10ni19780413wif.0!nntp.google.com!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Raspberry Pi, GNAT, and ee9 Date: Fri, 28 Sep 2012 20:44:02 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="3bf9aaa2f4ff65349d0254413857d80f"; logging-data="14621"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18h5u7YbfeVWVChLuEjKK/pQVpCB5N27UU=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (darwin) Cancel-Lock: sha1:hoC+G7rVx+2K0FM7h965VMkBSHQ= sha1:9JCvgDSry95sYqyswP2QRdceBRA= Content-Type: text/plain Date: 2012-09-28T20:44:02+01:00 List-Id: Bill Findlay writes: > The Raspberry Pi is a very small ARM-based computer designed to > stimulate interest in programming. > > If you had not heard about it, have a look here: > > > Bill Gallacher has one and he thought of ee9, my KDF9 emulator in Ada > 2005. I have one of these, too. Sweet. I've created a Sourceforge project[1] so I can drive the I2C bus (and specifically the MCP23017 I/O expander). No releases yet, and no writeup of the software, but it's been an interesting exercise. I'd like to make the library interrupt-driven, but that's not so easy on Raspbian(!) Linux, so for the moment it detects input (switch) changes by polling. [1] http://raspi-i2c-ada.sourceforge.net/