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-Received: by 2002:a6b:a207:: with SMTP id l7-v6mr5246243ioe.134.1530919973950; Fri, 06 Jul 2018 16:32:53 -0700 (PDT) X-Received: by 2002:aca:eb15:: with SMTP id j21-v6mr2632374oih.6.1530919973533; Fri, 06 Jul 2018 16:32:53 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.linkpendium.com!news.linkpendium.com!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!g2-v6no986099itf.0!news-out.google.com!z3-v6ni3968iti.0!nntp.google.com!g2-v6no986094itf.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 6 Jul 2018 16:32:53 -0700 (PDT) In-Reply-To: <39e66beb-921e-492c-b24f-0d9b281edc65@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=216.215.19.81; posting-account=XGCYegoAAADY19DGgU_zTfTSbVlfUJ_a NNTP-Posting-Host: 216.215.19.81 References: <39e66beb-921e-492c-b24f-0d9b281edc65@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GNAT/Ada on Raspberry Pi 3 From: Philip Munts Injection-Date: Fri, 06 Jul 2018 23:32:53 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:53711 Date: 2018-07-06T16:32:53-07:00 List-Id: On Friday, July 6, 2018 at 11:15:43 PM UTC+2, dont...@dontspam.no wrote: > From Python it is very convenient to operate the GPIOs but I haven't found something for Ada. Does it exists some package/library that can do this from Ada? It is not very important if it requires a different distro. Try my Linux Simple I/O LIbrary, which includes a lot of packages for Ada. Source code is available at: http://git.munts.com/libsimpleio and binary packages for Debian Stretch (including Raspbian) are available at: http://repo.munts.com/debian9 Finally, board specific Ada packages and test programs are available at: http://git.munts.com/arm-linux-mcu/examples/ada Phil