Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
3d1e4af
h3 chip gpio ok
Oct 23, 2015
7bf91dc
edit readme
Oct 23, 2015
6ff9821
fix io6 => PA6
Oct 29, 2015
7538fcb
readme
Oct 30, 2015
1e44291
Fix interrupts
Feb 17, 2016
143630f
Fix edge-setup
Feb 17, 2016
edf9ba1
Fix pull-up/pull-down
Feb 17, 2016
cb0dbc9
digitalRead() didn't work in ALT2 - mode, implement clunky workaround
Feb 18, 2016
4322c06
Dirty fix for interrupts
WereCatf Mar 14, 2016
a7ed580
Revert "Dirty fix for interrupts"
Mar 14, 2016
05efa71
wiringPiSetupGpio don't work.
nopnop2002 Mar 14, 2016
4d02d1e
Merge pull request #1 from nopnop2002/h3
Mar 16, 2016
f082528
Possible fix for a bug people have been reporting
WereCatf Mar 16, 2016
6a7ec1f
Another small change to gpio
WereCatf Mar 16, 2016
336b916
More bugfixes
WereCatf Mar 16, 2016
1d7377a
Change pin assign to Full compatible to WiringPi.
nopnop2002 Mar 26, 2016
f0ba6cc
Merge pull request #2 from nopnop2002/h3
Mar 31, 2016
db30d62
gpio i2cd don't work.
nopnop2002 Apr 1, 2016
27685a5
Merge pull request #3 from nopnop2002/h3
Apr 5, 2016
64a1318
Pin#26 don't have SPI Function
nopnop2002 Apr 5, 2016
f2949d3
Merge pull request #4 from nopnop2002/h3
Apr 7, 2016
e9cd900
Files to make deb-package for Ubuntu vivid 15.04
sercxjo Sep 24, 2016
123e158
Fix files access modes (drop unnecessary execute bits)
sercxjo Sep 24, 2016
157c079
Fix files access modes 2 (drop unnecessary execute bits)
sercxjo Sep 29, 2016
248e2b7
Full build in deb.
sercxjo Sep 30, 2016
9276cc6
Merge pull request #1 from WereCatf/h3
sercxjo Sep 30, 2016
bb25d2d
Merge pull request #6 from sercxjo/h3
Oct 20, 2016
5242c2c
change owner of active_low as well on export
blecher-at Feb 24, 2017
00200b7
Merge pull request #7 from blecher-at/h3
May 12, 2017
ffaf396
Update README.md
Jul 11, 2017
8364930
updated SPI API & impl to match current WiringPi version
savageautomate Aug 6, 2017
156bfba
Merge pull request #8 from savageautomate/h3
Aug 7, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
all:
$(MAKE) -C wiringPi $@
$(MAKE) -C devLib $@
-ln -fs libwiringPiDev.so.2.0 devLib/libwiringPiDev.so
-ln -fs libwiringPi.so.2.0 wiringPi/libwiringPi.so
$(MAKE) -C gpio 'INCLUDE=-I../devLib -I../wiringPi' 'LDFLAGS=-L../devLib -L../wiringPi' $@

%:
$(MAKE) -C wiringPi $@
$(MAKE) -C devLib $@
$(MAKE) -C gpio $@
54 changes: 35 additions & 19 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,29 +1,45 @@
# wiringBP README
# wiringOP README

This is a modified WiringPi for Banana Pro/Pi. We call it WiringBP.
It is based on the original [WiringPi for Raspberry Pi created by Drogon](http://wiringpi.com/).
The modification is done by [LeMaker](http://lemaker.org). The WiringBP API usage are the same to the original wiringPi.
You can donwload the WiringBP from:
https://github.com/LeMaker/WiringBP.git.
This is a modified WiringPi for OrangePi. We call it WiringOP.
Test fo Orangepi pc

## Download
### For Banana Pro
git clone https://github.com/LeMaker/WiringBP.git -b bananapro
### For Banana Pi
git clone https://github.com/LeMaker/WiringBP.git -b bananapi
### For Orangepi Pi
git clone https://github.com/zhaolei/WiringOP.git -b h3
## Installation
cd WiringBP
cd WiringOP
chmod +x ./build
sudo ./build

## Examples
You can go to LeMaker wiki to see the basic examples: http://wiki.lemaker.org/WiringPi

You can also use the examples and instructions provided by http://wiringpi.com/

And the source directory examples also has many demo.

```
orangepi@orangepi:~$ gpio readall
+-----+-----+----------+------+---+--OrangePiPC--+---+------+---------+-----+--+
| BCM | wPi | Name | Mode | V | Physical | V | Mode | Name | wPi | BCM |
+-----+-----+----------+------+---+----++----+---+------+----------+-----+-----+
| | | 3.3v | | | 1 || 2 | | | 5v | | |
| 2 | -1 | SDA.0 | | | 3 || 4 | | | 5V | | |
| 3 | -1 | SCL.0 | | | 5 || 6 | | | 0v | | |
| 4 | 6 | IO6 PA06 | OUT | 0 | 7 || 8 | | | TxD3 | | |
| | | 0v | | | 9 || 10 | | | RxD3 | | |
| 17 | -1 | RxD2 | | | 11 || 12 | 0 | OUT | IO1 PD14 | 1 | 18 |
| 27 | -1 | TxD2 | | | 13 || 14 | | | 0v | | |
| 22 | -1 | CTS2 | | | 15 || 16 | 0 | OUT | IO4 PC04 | 4 | 23 |
| | | 3.3v | | | 17 || 18 | 0 | OUT | IO5 PC07 | 5 | 24 |
| 10 | -1 | MOSI | | | 19 || 20 | | | 0v | | |
| 9 | -1 | MISO | | | 21 || 22 | | | RTS2 | | |
| 11 | -1 | SCLK | | | 23 || 24 | | | SPI-CE0 | | |
| | | 0v | | | 25 || 26 | | | CE1 | | |
| 0 | -1 | SDA.1 | | | 27 || 28 | | | SCL.1 | | |
| 5 | 7 | IO7 PA7 | OUT | 0 | 29 || 30 | | | 0v | | |
| 6 | 8 | IO8 PA8 | OUT | 0 | 31 || 32 | 0 | OUT | IO9 PG08 | 9 | 12 |
| 13 | 10 | IO10 PA9 | OUT | 0 | 33 || 34 | | | 0v | | |
| 19 | 12 | IO12PA10 | OUT | 0 | 35 || 36 | 0 | OUT | IO13PG09 | 13 | 16 |
| 26 | 14 | IO14PA20 | OUT | 0 | 37 || 38 | 0 | OUT | IO15PG06 | 15 | 20 |
| | | 0v | | | 39 || 40 | 0 | OUT | IO16PG07 | 16 | 21 |
+-----+-----+----------+------+---+----++----+---+------+----------+-----+-----+
| BCM | wPi | Name | Mode | V | Physical | V | Mode | Name | wPi | BCM |
+-----+-----+----------+------+---+--OrangePIPC--+------+----------+-----+-----+
```
Thanks!

LeMaker Team

Empty file modified build
100644 → 100755
Empty file.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
wiringop (2.0~ppa1~vivid1) vivid; urgency=high

* Initial release

-- Сергей Хлутчин <sercxjo@gmail.com> Fri, 23 Sep 2016 18:10:04 +0400
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
55 changes: 55 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
Source: wiringop
Priority: optional
Maintainer: Сергей Хлутчин <sercxjo@gmail.com>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5
Section: libs
Homepage: https://github.com/zhaolei/WiringOP
Vcs-Git: https://github.com/zhaolei/WiringOP.git
Vcs-Browser: https://github.com/zhaolei/WiringOP

Package: libwiringop-dev
Section: libdevel
Architecture: any
Depends: libwiringop2 (= ${binary:Version}), libwiringopdev2 (= ${binary:Version}), ${misc:Depends}
Description: GPIO access library for OrangePi. Development files.
This is a modified WiringPi for OrangePi.
It is based on the original WiringPi for Raspberry Pi.
WiringPi is a GPIO access library written in C originally for the BCM2835 used in the Raspberry Pi.
It’s released under the GNU LGPLv3 license and is usable from C and C++
and many other languages with suitable wrappers.
It’s designed to be familiar to people who have used the Arduino “wiring” system.

Package: libwiringop2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GPIO access library for OrangePi. Dynamic library.
This is a modified WiringPi for OrangePi.
It is based on the original WiringPi for Raspberry Pi.
WiringPi is a GPIO access library written in C originally for the BCM2835 used in the Raspberry Pi.
It’s released under the GNU LGPLv3 license and is usable from C and C++
and many other languages with suitable wrappers.
It’s designed to be familiar to people who have used the Arduino “wiring” system.

Package: libwiringopdev2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: WiringPi device library for OrangePi. Dynamic library.
This is a part of a modified WiringPi for OrangePi.
It is based on the original WiringPi for Raspberry Pi.
Dev Lib is a library of device drivers for some popular hardware devices.
These device drivers are not true device drivers in the Linux kernel terms,
but are C libraries to use the existing wiringPi library to access the hardware devices via simple to use APIs.

Package: gpio
Section: libdevel
Architecture: any
Depends: ${misc:Depends}
Description: GPIO access Utility from the WiringPi library.
This is a part of a modified WiringPi for OrangePi.
gpio is an utility to acess GPIO using the WiringPi library.
It also is necessary for use interrupts with this library.
33 changes: 33 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: wiringop
Source: <url://example.com>

Files: *
Copyright: Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
License: LGPL-3.0+

Files: debian/*
Copyright: 2016 Сергей Хлутчин <sercxjo@gmail.com>
License: LGPL-3.0+

License: LGPL-3.0+
This package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in "/usr/share/common-licenses/LGPL-3".

# Please also look if there are files or directories which have a
# different copyright/license attached and list them here.
# Please avoid to pick license terms that are more restrictive than the
# packaged work, as it may make Debian's contributions unacceptable upstream.
1 change: 1 addition & 0 deletions debian/docs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README.md
2 changes: 2 additions & 0 deletions debian/gpio.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/bin/*
usr/man/*
1 change: 1 addition & 0 deletions debian/libwiringop-dev.dirs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/include
1 change: 1 addition & 0 deletions debian/libwiringop-dev.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/include/*
1 change: 1 addition & 0 deletions debian/libwiringop2.dirs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/lib
2 changes: 2 additions & 0 deletions debian/libwiringop2.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/lib/*/libwiringPi.so.*
usr/lib/*/libwiringPi.so
110 changes: 110 additions & 0 deletions debian/libwiringop2.symbols
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
libwiringPi.so libwiringop2 #MINVER#
analogRead@Base 2.0~ppa1~vivid1
analogWrite@Base 2.0~ppa1~vivid1
delay@Base 2.0~ppa1~vivid1
delayMicroseconds@Base 2.0~ppa1~vivid1
delayMicrosecondsHard@Base 2.0~ppa1~vivid1
digitalRead@Base 2.0~ppa1~vivid1
digitalWrite@Base 2.0~ppa1~vivid1
digitalWriteByte@Base 2.0~ppa1~vivid1
drcSetupSerial@Base 2.0~ppa1~vivid1
getAlt@Base 2.0~ppa1~vivid1
gpioClockSet@Base 2.0~ppa1~vivid1
isA20@Base 2.0~ppa1~vivid1
isH3@Base 2.0~ppa1~vivid1
max31855Setup@Base 2.0~ppa1~vivid1
max5322Setup@Base 2.0~ppa1~vivid1
mcp23008Setup@Base 2.0~ppa1~vivid1
mcp23016Setup@Base 2.0~ppa1~vivid1
mcp23017Setup@Base 2.0~ppa1~vivid1
mcp23s08Setup@Base 2.0~ppa1~vivid1
mcp23s17Setup@Base 2.0~ppa1~vivid1
mcp3002Setup@Base 2.0~ppa1~vivid1
mcp3004Setup@Base 2.0~ppa1~vivid1
mcp3422Setup@Base 2.0~ppa1~vivid1
mcp4802Setup@Base 2.0~ppa1~vivid1
micros@Base 2.0~ppa1~vivid1
millis@Base 2.0~ppa1~vivid1
myAnalogRead@Base 2.0~ppa1~vivid1
newPin@Base 2.0~ppa1~vivid1
pcf8574Setup@Base 2.0~ppa1~vivid1
pcf8591Setup@Base 2.0~ppa1~vivid1
physPinToGpio@Base 2.0~ppa1~vivid1
physPinToPin@Base 2.0~ppa1~vivid1
piBoardId@Base 2.0~ppa1~vivid1
piBoardRev@Base 2.0~ppa1~vivid1
piHiPri@Base 2.0~ppa1~vivid1
piLock@Base 2.0~ppa1~vivid1
piMakerNames@Base 2.0~ppa1~vivid1
piModelNames@Base 2.0~ppa1~vivid1
piRevisionNames@Base 2.0~ppa1~vivid1
piThreadCreate@Base 2.0~ppa1~vivid1
piUnlock@Base 2.0~ppa1~vivid1
pinMode@Base 2.0~ppa1~vivid1
pinModeAlt@Base 2.0~ppa1~vivid1
pullUpDnControl@Base 2.0~ppa1~vivid1
pwmSetClock@Base 2.0~ppa1~vivid1
pwmSetMode@Base 2.0~ppa1~vivid1
pwmSetRange@Base 2.0~ppa1~vivid1
pwmToneWrite@Base 2.0~ppa1~vivid1
pwmWrite@Base 2.0~ppa1~vivid1
readl@Base 2.0~ppa1~vivid1
serialClose@Base 2.0~ppa1~vivid1
serialDataAvail@Base 2.0~ppa1~vivid1
serialFlush@Base 2.0~ppa1~vivid1
serialGetchar@Base 2.0~ppa1~vivid1
serialOpen@Base 2.0~ppa1~vivid1
serialPrintf@Base 2.0~ppa1~vivid1
serialPutchar@Base 2.0~ppa1~vivid1
serialPuts@Base 2.0~ppa1~vivid1
setPadDrive@Base 2.0~ppa1~vivid1
shiftIn@Base 2.0~ppa1~vivid1
shiftOut@Base 2.0~ppa1~vivid1
sn3218Setup@Base 2.0~ppa1~vivid1
softPwmCreate@Base 2.0~ppa1~vivid1
softPwmStop@Base 2.0~ppa1~vivid1
softPwmWrite@Base 2.0~ppa1~vivid1
softServoSetup@Base 2.0~ppa1~vivid1
softServoWrite@Base 2.0~ppa1~vivid1
softToneCreate@Base 2.0~ppa1~vivid1
softToneStop@Base 2.0~ppa1~vivid1
softToneWrite@Base 2.0~ppa1~vivid1
sr595Setup@Base 2.0~ppa1~vivid1
sunxi_digitalRead@Base 2.0~ppa1~vivid1
sunxi_digitalWrite@Base 2.0~ppa1~vivid1
sunxi_get_gpio_mode@Base 2.0~ppa1~vivid1
sunxi_pullUpDnControl@Base 2.0~ppa1~vivid1
sunxi_pwm_get_act@Base 2.0~ppa1~vivid1
sunxi_pwm_get_period@Base 2.0~ppa1~vivid1
sunxi_pwm_set_act@Base 2.0~ppa1~vivid1
sunxi_pwm_set_clk@Base 2.0~ppa1~vivid1
sunxi_pwm_set_enable@Base 2.0~ppa1~vivid1
sunxi_pwm_set_mode@Base 2.0~ppa1~vivid1
sunxi_pwm_set_period@Base 2.0~ppa1~vivid1
sunxi_set_gpio_mode@Base 2.0~ppa1~vivid1
waitForInterrupt@Base 2.0~ppa1~vivid1
wiringPiCodes@Base 2.0~ppa1~vivid1
wiringPiDebug@Base 2.0~ppa1~vivid1
wiringPiFailure@Base 2.0~ppa1~vivid1
wiringPiFindNode@Base 2.0~ppa1~vivid1
wiringPiI2CRead@Base 2.0~ppa1~vivid1
wiringPiI2CReadReg16@Base 2.0~ppa1~vivid1
wiringPiI2CReadReg8@Base 2.0~ppa1~vivid1
wiringPiI2CSetup@Base 2.0~ppa1~vivid1
wiringPiI2CSetupInterface@Base 2.0~ppa1~vivid1
wiringPiI2CWrite@Base 2.0~ppa1~vivid1
wiringPiI2CWriteReg16@Base 2.0~ppa1~vivid1
wiringPiI2CWriteReg8@Base 2.0~ppa1~vivid1
wiringPiISR@Base 2.0~ppa1~vivid1
wiringPiNewNode@Base 2.0~ppa1~vivid1
wiringPiNodes@Base 2.0~ppa1~vivid1
wiringPiReturnCodes@Base 2.0~ppa1~vivid1
wiringPiSPIDataRW@Base 2.0~ppa1~vivid1
wiringPiSPIGetFd@Base 2.0~ppa1~vivid1
wiringPiSPISetup@Base 2.0~ppa1~vivid1
wiringPiSetup@Base 2.0~ppa1~vivid1
wiringPiSetupGpio@Base 2.0~ppa1~vivid1
wiringPiSetupPhys@Base 2.0~ppa1~vivid1
wiringPiSetupSys@Base 2.0~ppa1~vivid1
wpiPinToGpio@Base 2.0~ppa1~vivid1
writel@Base 2.0~ppa1~vivid1
2 changes: 2 additions & 0 deletions debian/libwiringopdev2.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/lib/*/libwiringPiDev.so.*
usr/lib/*/libwiringPiDev.so
34 changes: 34 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/usr/bin/make -f
export CC=$(DEB_TARGET_GNU_TYPE)-gcc
export CXX=$(DEB_TARGET_GNU_TYPE)-g++
DEB_HOST_MULTIARCH?=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
export LIBARCH=/$(DEB_HOST_MULTIARCH)
PREFIX=/usr
export PREFIX
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
DH_VERBOSE = 1

# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

# see FEATURE AREAS in dpkg-buildflags(1)
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# see ENVIRONMENT in dpkg-buildflags(1)
# package maintainers to append CFLAGS
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
# package maintainers to append LDFLAGS
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed


# main packaging script based on dh7 syntax
%:
dh $@

# debmake generated override targets
# This is example for Cmake (See http://bugs.debian.org/641051 )
#override_dh_auto_configure:
# dh_auto_configure -- \
# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (native)
21 changes: 11 additions & 10 deletions devLib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ DYN_VERS_MIN=0

VERSION=$(DYN_VERS_MAJ).$(DYN_VERS_MIN)
DESTDIR=/usr
PREFIX=/local
PREFIX?=/local

STATIC=libwiringPiDev.a
DYNAMIC=libwiringPiDev.so.$(VERSION)

#DEBUG = -g -O0
DEBUG = -O2
CC = gcc
CC ?= gcc
INCLUDE = -I.
CFLAGS = $(DEBUG) -Wformat=2 -Wall $(INCLUDE) -Winline -pipe -fPIC
CFLAGS += $(DEBUG) -Wformat=2 -Wall $(INCLUDE) -Winline -pipe -fPIC

LIBS =

Expand All @@ -60,6 +60,7 @@ $(STATIC): $(OBJ)
$(DYNAMIC): $(OBJ)
@echo "[Link (Dynamic)]"
@$(CC) -shared -Wl,-soname,libwiringPiDev.so -o libwiringPiDev.so.$(VERSION) -lpthread $(OBJ)
@chmod -x $@

.c.o:
@echo [Compile] $<
Expand Down Expand Up @@ -92,16 +93,16 @@ install-headers:
.PHONEY: install
install: $(DYNAMIC) install-headers
@echo "[Install Dynamic Lib]"
@install -m 0755 -d $(DESTDIR)$(PREFIX)/lib
@install -m 0755 libwiringPiDev.so.$(VERSION) $(DESTDIR)$(PREFIX)/lib/libwiringPiDev.so.$(VERSION)
@ln -sf $(DESTDIR)$(PREFIX)/lib/libwiringPiDev.so.$(VERSION) $(DESTDIR)/lib/libwiringPiDev.so
@ldconfig
@install -m 0755 -d $(DESTDIR)$(PREFIX)/lib$(LIBARCH)
@install -m 0644 libwiringPiDev.so.$(VERSION) $(DESTDIR)$(PREFIX)/lib$(LIBARCH)/libwiringPiDev.so.$(VERSION)
@ln -sf $(DESTDIR)$(PREFIX)/lib$(LIBARCH)/libwiringPiDev.so.$(VERSION) $(DESTDIR)$(PREFIX)/lib$(LIBARCH)/libwiringPiDev.so
-@ldconfig

.PHONEY: install-static
install-static: $(STATIC) install-headers
@echo "[Install Static Lib]"
@install -m 0755 -d $(DESTDIR)$(PREFIX)/lib
@install -m 0755 libwiringPiDev.a $(DESTDIR)$(PREFIX)/lib
@install -m 0755 -d $(DESTDIR)$(PREFIX)/lib$(LIBARCH)
@install -m 0644 libwiringPiDev.a $(DESTDIR)$(PREFIX)/lib$(LIBARCH)

.PHONEY: uninstall
uninstall:
Expand All @@ -114,7 +115,7 @@ uninstall:
@rm -f $(DESTDIR)$(PREFIX)/include/lcd128x64.h
@rm -f $(DESTDIR)$(PREFIX)/include/lcd.h
@rm -f $(DESTDIR)$(PREFIX)/include/piGlow.h
@rm -f $(DESTDIR)$(PREFIX)/lib/libwiringPiDev.*
@rm -f $(DESTDIR)$(PREFIX)/lib$(LIBARCH)/libwiringPiDev.*
@ldconfig


Expand Down
Empty file modified examples/BProTest/testLedCon6.c
100755 → 100644
Empty file.
Loading