Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/doc Ticket #49



details:   https://anonhg.NetBSD.org/src/rev/86a0f9b6fa6e
branches:  netbsd-6
changeset: 773828:86a0f9b6fa6e
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Sat Feb 25 09:58:45 2012 +0000

description:
Ticket #49

diffstat:

 doc/CHANGES-6.0 |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r c08ea3858cfb -r 86a0f9b6fa6e doc/CHANGES-6.0
--- a/doc/CHANGES-6.0   Sat Feb 25 09:58:25 2012 +0000
+++ b/doc/CHANGES-6.0   Sat Feb 25 09:58:45 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.20 2012/02/24 17:50:35 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.21 2012/02/25 09:58:45 sborrill Exp $
 
 A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
 until the 6.0 release:
@@ -509,3 +509,10 @@
        Sync with the most recent version of pkg_install(1).
        [wiz, ticket #24]
 
+share/examples/lua/gpio.lua                    1.2
+
+       GPIO pins are 0-based when accessed from Lua, not 1-based
+       like Lua usually is.  The pulse() has been removed, use
+       gpiopwm(4) for that.
+       [mbalmer, ticket #49]
+



Home | Main Index | Thread Index | Old Index