From owner-freebsd-arm@FreeBSD.ORG Sun Feb 10 01:25:03 2013 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 39324FFD; Sun, 10 Feb 2013 01:25:03 +0000 (UTC) (envelope-from gonzo@id.bluezbox.com) Received: from id.bluezbox.com (id.bluezbox.com [88.198.91.248]) by mx1.freebsd.org (Postfix) with ESMTP id E99991C9; Sun, 10 Feb 2013 01:25:02 +0000 (UTC) Received: from [88.198.91.248] (helo=[IPv6:::1]) by id.bluezbox.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1U4LfA-000I3E-CS; Sat, 09 Feb 2013 17:25:02 -0800 Message-ID: <5116F6E7.7060608@bluezbox.com> Date: Sat, 09 Feb 2013 17:24:55 -0800 From: Oleksandr Tymoshenko User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: arm@freebsd.org, mips@freebsd.org Subject: Accessing GPIO from scripting languages Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: gonzo@id.bluezbox.com X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: Hello, If you happen to work on FreeBSD-based automation project that involves GPIO you might be interested in this small project: https://github.com/gonzoua/freebsd-gpio [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2013 01:25:03 -0000 Hello, If you happen to work on FreeBSD-based automation project that involves GPIO you might be interested in this small project: https://github.com/gonzoua/freebsd-gpio It's simplistic wrapper around FreeBSD's GPIO ioctl coded in three languages: Perl, Python, and Ruby.