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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.212.3 with SMTP id l3mr6890718iog.35.1516878777375; Thu, 25 Jan 2018 03:12:57 -0800 (PST) X-Received: by 10.157.114.140 with SMTP id t12mr846486otj.4.1516878777082; Thu, 25 Jan 2018 03:12:57 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.fcku.it!peer01.fr7!futter-mich.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!w142no486241ita.0!news-out.google.com!b73ni10434ita.0!nntp.google.com!w142no486237ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 25 Jan 2018 03:12:56 -0800 (PST) In-Reply-To: <10c0eb19-4d5c-4ef2-b3a8-751ae3c5b530@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=80.87.63.33; posting-account=XGCYegoAAADY19DGgU_zTfTSbVlfUJ_a NNTP-Posting-Host: 80.87.63.33 References: <10c0eb19-4d5c-4ef2-b3a8-751ae3c5b530@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Raspberry Pi SenseHAT / AstroPi From: Philip Munts Injection-Date: Thu, 25 Jan 2018 11:12:57 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Body-CRC: 3751672248 X-Received-Bytes: 1777 Xref: reader02.eternal-september.org comp.lang.ada:50140 Date: 2018-01-25T03:12:56-08:00 List-Id: I have written some Ada packages and test programs for the Sense HAT. The platform independent sensor drivers are in libsimpleio: http://git.munts.com/libsimpleio/ada/ The platform dependent code is in MuntsOS: http://git.munts.com/arm-linux-mcu/examples/ada My code use the i2c-dev interface rather than kernel drivers. I had to reverse engineer the display and joystick from the AVR firmware source code. I primarily target my own embedded Linux distribution, MuntsOS, but the test programs all run on Raspbian as well. Phil