Pārlūkot izejas kodu

V3

pull/188/head
mstroh76 pirms 2 mēnešiem
vecāks
revīzija
d9486acc1a
4 mainītis faili ar 5 papildinājumiem un 8 dzēšanām
  1. +0
    -3
      INSTALL
  2. +3
    -3
      gpio/gpio.c
  3. +1
    -1
      gpio/readall.c
  4. +1
    -1
      wiringPi/wiringPi.c

+ 0
- 3
INSTALL Parādīt failu

@@ -27,6 +27,3 @@ For help and support see:

* https://github.com/WiringPi/WiringPi/issues


wiringPi originally created by Gordon Henderson
https://projects.drogon.net/

+ 3
- 3
gpio/gpio.c Parādīt failu

@@ -2,7 +2,7 @@
* gpio.c:
* Swiss-Army-Knife, Set-UID command-line interface to the Raspberry
* Pi's GPIO.
* Copyright (c) 2012-2018 Gordon Henderson
* Copyright (c) 2012-2024 Gordon Henderson and contributors
***********************************************************************
* This file is part of wiringPi:
* https://github.com/WiringPi/WiringPi/
@@ -1313,7 +1313,7 @@ static void doVersion (char *argv [])

wiringPiVersion (&vMaj, &vMin) ;
printf ("gpio version: %d.%d\n", vMaj, vMin) ;
printf ("Copyright (c) 2012-2018 Gordon Henderson\n") ;
printf ("Copyright (c) 2012-2024 Gordon Henderson and contributors\n") ;
printf ("This is free software with ABSOLUTELY NO WARRANTY.\n") ;
printf ("For details type: %s -warranty\n", argv [0]) ;
printf ("\n") ;
@@ -1398,7 +1398,7 @@ int main (int argc, char *argv [])
if (strcasecmp (argv [1], "-warranty") == 0)
{
printf ("gpio version: %s\n", VERSION) ;
printf ("Copyright (c) 2012-2018 Gordon Henderson\n") ;
printf ("Copyright (c) 2012-2024 Gordon Henderson and contributors\n") ;
printf ("\n") ;
printf (" This program is free software; you can redistribute it and/or modify\n") ;
printf (" it under the terms of the GNU Leser General Public License as published\n") ;


+ 1
- 1
gpio/readall.c Parādīt failu

@@ -1,7 +1,7 @@
/*
* readall.c:
* The readall functions - getting a bit big, so split them out.
* Copyright (c) 2012-2018 Gordon Henderson
* Copyright (c) 2012-2024 Gordon Henderson and contributors
***********************************************************************
* This file is part of wiringPi:
* https://github.com/WiringPi/WiringPi/


+ 1
- 1
wiringPi/wiringPi.c Parādīt failu

@@ -1,7 +1,7 @@
/*
* wiringPi:
* Arduino look-a-like Wiring library for the Raspberry Pi
* Copyright (c) 2012-2017 Gordon Henderson
* Copyright (c) 2012-2024 Gordon Henderson and contributors
* Additional code for pwmSetClock by Chris Hall <chris@kchall.plus.com>
*
* Thanks to code samples from Gert Jan van Loo and the


Notiek ielāde…
Atcelt
Saglabāt