Commit Graph

  • 743cc04635
    Merge 951bf2c8bd into d8d85b3536 romaindoumenc 2023-09-30 12:51:00 +0100
  • 951bf2c8bd
    Use the modern unsafe replacement of reflect Romain Doumenc 2023-09-30 12:48:53 +0100
  • e910b09381
    Merge 1139db6580 into d8d85b3536 zxfishhack 2022-03-26 12:49:16 +0800
  • 1139db6580 modify cdiv calculate, satisfy comment zxfishhack 2022-03-26 12:38:14 +0800
  • e7f6c6b433 modify cdiv calculate, satisfy comment zxfishhack 2022-03-26 12:32:04 +0800
  • 4a4cce96b4
    Merge 2cc020450c into d8d85b3536 Mik Mueller 2022-03-12 15:33:08 +0100
  • 2cc020450c Fix spelling mistakes Mik Mueller 2022-03-12 15:32:56 +0100
  • ba4f8513c1
    Merge 1c14b6e8af into d8d85b3536 Nils Siegfried 2022-01-20 23:32:17 +0100
  • 1c14b6e8af
    Try gpiomem when /dev/mem is not found Nils Siegfried 2022-01-20 23:26:05 +0100
  • 0760791d5d
    Merge 18016da9bd into d8d85b3536 Dan Bent 2021-12-11 12:28:06 +0530
  • c5a3285a8f
    Merge b79c58a7a3 into d8d85b3536 Aleksei Fedotov 2021-12-11 12:28:06 +0530
  • 9763a48047
    Merge 842c7d503f into d8d85b3536 wanwunet-leifeng 2021-12-06 19:04:36 +0300
  • 1bae0e80cd
    Merge 36a6eb0d44 into d8d85b3536 TazerReloaded 2021-12-05 17:17:04 +0100
  • 36a6eb0d44 Added DHT22 example Peter Czech 2021-12-05 17:03:48 +0100
  • 5c1c6ec3d1
    Merge 2cd91fb24d into d8d85b3536 Nate Ashby 2021-12-05 16:51:49 +0100
  • 55b57c3358
    Merge 10fedd2289 into d8d85b3536 vodolaz095 2021-12-05 16:50:21 +0100
  • 26991bf171
    Merge 418411f1db into d8d85b3536 Al Ganiev 2021-12-04 00:54:31 +0100
  • d8d85b3536
    Update README.md master Drahoslav Bednář 2021-12-02 15:19:45 +0100
  • 939e5aba54
    Merge pull request #79 from youngkin/master v4.6.0 Drahoslav Bednář 2021-12-02 15:14:24 +0100
  • c34d95b74c add an example to test PWM balanced mode youngkin 2021-12-01 22:14:59 +0000
  • 915fc229cf address code review comments youngkin 2021-12-01 21:22:34 +0000
  • ab13b61116
    Merge pull request #80 from tmsmr/master v4.5.2 Drahoslav Bednář 2021-12-01 19:11:01 +0100
  • be3df1c40e Fix incorrect core_freq for Raspberry Pi 4, Raspberry Pi 400 and CM4 Thomas Maier 2021-11-27 13:54:30 +0100
  • 02c0360e26 add support for PWM balanced mode youngkin 2021-11-03 17:44:36 +0000
  • 2ab4c0432c
    Merge pull request #77 from b3nn0/pi4-pwm-freq v4.5.1 Drahoslav Bednář 2021-09-20 11:06:20 +0200
  • 43c0fe30e3 Fixed PI4 PWM frequency setting due to wrong oscillator frequency Adrian Batzill 2021-09-20 10:59:32 +0200
  • 8a909a0d59
    Merge pull request #75 from yuku/patch-1 Drahoslav Bednář 2021-09-19 05:03:53 +0200
  • ad779cfe1a
    Fix an image in README Yuku Takahashi 2021-09-12 10:25:50 +0900
  • cdf314c67a
    Update README.md Drahoslav Bednář 2021-08-19 12:59:29 +0200
  • 6c3791555a v4.5.0 v4.5.0 Draho 2021-08-19 03:45:29 +0200
  • 96203992c9 Use v4 modules version in examples Draho 2021-08-19 03:39:30 +0200
  • 6ea7dcc05f
    Fixes permission error Drahoslav Bednář 2021-08-19 02:37:13 +0200
  • 6d1cac1060
    Merge pull request #30 from myyra/pwm-doc-fix Drahoslav Bednář 2021-08-19 02:24:55 +0200
  • 799e09d980 added simple percentage for duty rami 2020-12-31 18:03:26 +0100
  • 89efab9b5c Fix PWM rami 2020-12-31 17:59:36 +0100
  • 32a73106d9
    Change Pin type to uint16 Marcello Sylvester Bauer 2020-09-29 18:37:21 +0200
  • 842c7d503f add func ReadMode、ReadPinMode。 get gpio mod fenglei 2020-07-31 17:28:37 +0800
  • acc952dac3
    Merge pull request #56 from Nox-404/patch-2 Drahoslav Bednář 2020-07-05 11:27:35 +0200
  • b62d4bed37
    Merge pull request #50 from wfd3/master Drahoslav Bednář 2020-06-06 18:29:37 +0200
  • 1f182bcbb3 Fix incorrect memory address on BCM2711 model. Diogo Raminhos 2020-04-27 23:54:38 +0100
  • 4df574e2bf Add support for pullups on BCM2711 Diogo Raminhos 2020-04-27 22:12:54 +0100
  • b79c58a7a3 Use physical PIN number in blinker example. Aleksei Fedotov 2020-04-26 17:36:56 +0200
  • 904f4f9711 Add conversion from physical PIN to BCM notation. Aleksei Fedotov 2020-04-26 17:25:31 +0200
  • 4f671f7c24 Add altX modes for pins Nox 2020-02-20 13:57:13 +0100
  • 598014f019
    Add altX modes for pins Nox 2020-02-20 13:57:13 +0100
  • 9f58572951 Support Pi3 and earlier boards Walt Drummond 2019-11-28 11:39:57 -0800
  • be82a08f8a Expand example to cover new Pi 4 ReadPull() interface Walt Drummond 2019-11-28 11:39:02 -0800
  • 10d3b57bb6 Updated Pull-up/Pull-down to support BCM2711 and PRi4 Walt Drummond 2019-11-27 12:39:38 -0800
  • ed5c36b35a Updated to support Raspberry Pi 4 GPIO Base Address Walt Drummond 2019-10-24 10:28:39 -0700
  • 18016da9bd CodeLingo Setup CodeLingo Bot 2019-02-21 16:00:41 +1300
  • a36b96d0b1
    Merge pull request #41 from CodeLingoBot/rewrite Stian Eikeland 2019-02-14 22:39:46 +0100
  • 0720c3a89d Fix function comments based on best practices from Effective Go CodeLingo Bot 2019-02-14 20:50:48 +0000
  • d43a3ce818
    v4.4.0 v4.4.0 Stian Eikeland 2018-12-03 00:18:58 +0100
  • 31e2cec6d2
    Merge pull request #37 from stianeikeland/feature/irq-enable-disable Stian Eikeland 2018-12-03 00:15:01 +0100
  • 84326092ab Disable gpio IRQ on Detect edge Drahoslav 2018-12-01 05:25:37 +0100
  • 631591fc01 Add IRQ enable/disable Drahoslav 2018-12-01 05:25:08 +0100
  • 579db243a0
    Update usage example: Use /v4 in import Stian Eikeland 2018-11-30 15:01:09 +0100
  • 1fd77dd987
    Specify major version in go.mod v4.3.1 Stian Eikeland 2018-11-30 14:51:52 +0100
  • ac4019c8de
    Release 4.3.0 - SPI v4.3.0 Stian Eikeland 2018-11-29 17:38:40 +0100
  • 0f7b17862c Added go.mod Stian Eikeland 2018-11-29 17:32:58 +0100
  • 23a42cad9b
    Added a SPI usage example Stian Eikeland 2018-11-29 17:29:11 +0100
  • 92cf54123d
    Use full import Stian Eikeland 2018-11-29 17:28:33 +0100
  • 0811a9f862 Added SPI documentation (copied from PR) Stian Eikeland 2018-11-29 17:03:49 +0100
  • 87d422a0a0 Added a SPI usage example Stian Eikeland 2018-11-29 16:56:16 +0100
  • 14a5036b21
    Merge pull request #31 from Drahoslav7/feature/spi Stian Eikeland 2018-11-29 16:34:33 +0100
  • 473106cc71 Add clockmode and cspolarity SPI settings Drahoslav 2018-10-05 21:48:50 +0200
  • 794e6ddd7e Improve doc Drahoslav 2018-10-05 17:04:53 +0200
  • 7d2387e2cc Define 3 SPI transfering functions, and other minor changes Drahoslav 2018-10-05 15:23:51 +0200
  • 418411f1db CLI example in a single commit (replaced tabs with spaces too) Al Ganiev 2018-10-10 19:11:43 +1000
  • 019f406b49
    Update Readme - v4.2.0 v4.2.0 4.2.0 Stian Eikeland 2018-10-09 11:56:17 +0200
  • 2c2ef096f8
    Merge pull request #29 from Drahoslav7/perf/gpio-write Stian Eikeland 2018-10-09 11:54:54 +0200
  • 3f5a07644c
    Use correct pin in the instructions Joonas Myhrberg 2018-10-05 03:03:19 +0300
  • 094a866c10 Implement basic SPI Drahoslav 2018-10-04 01:03:17 +0200
  • 2cd91fb24d Removing percentage, and fixing example Ronin11 2018-06-25 00:08:19 -0600
  • 0ad5c5ccb6 Typos Ronin11 2018-06-24 23:55:02 -0600
  • 9241d64c05 Adding example Ronin11 2018-06-24 23:52:24 -0600
  • ada3e6e708 Fixed the stop issue Ronin11 2018-06-25 05:37:49 +0000
  • a242c16cc4 PWM is working mostly Ronin11 2018-06-25 05:24:19 +0000
  • 0342c68aab Software PWM Work Ronin11 2018-06-24 22:39:30 -0600
  • 6c29b50033 Update benchmark Drahoslav 2018-06-06 00:41:50 +0200
  • b1b8e25712 Improve performance of WritePin Drahoslav 2018-06-06 00:28:17 +0200
  • a69ebca5ea Improve performance of pintoggle Drahoslav 2018-06-05 23:18:07 +0200
  • 47a3130f54 Minor change in edge event detection api Drahoslav 2018-06-05 21:51:36 +0200
  • 3abdd2207d
    Release 4.1.0 - With support for edge detection 4.1.0 Stian Eikeland 2018-06-07 00:43:49 +0200
  • 4f808926bf
    Merge pull request #22 from Drahoslav7/feature/edge-event Stian Eikeland 2018-06-07 00:40:09 +0200
  • 3084a4df91 Improve doc of edge detection Drahoslav 2018-06-06 17:54:16 +0200
  • 250b0836f8 Improve event unit test Drahoslav 2018-06-06 17:51:04 +0200
  • 4ae1cfd964 Minor change in edge event detection api Drahoslav 2018-06-05 21:51:36 +0200
  • 9e67063fd5 Edge event example Drahoslav 2018-06-04 16:59:19 +0200
  • 22c39c30df Fix falling edge detection Drahoslav 2018-06-04 16:32:46 +0200
  • 46ba7f5934 Test edge events Drahoslav 2018-06-04 15:46:49 +0200
  • 2ec057fd07 Impelement edge event detection Drahoslav 2018-06-04 14:46:15 +0200
  • f6236e5866
    Merge pull request #17 from Drahoslav7/fix-close-func Stian Eikeland 2018-01-15 17:23:40 +0100
  • 544f9accf1 Add missing unmap to Close Drahoslav 2018-01-12 15:45:34 +0100
  • 636800e482
    Merge pull request #16 from Drahoslav7/improve-pwm-example Stian Eikeland 2018-01-12 15:44:00 +0100
  • 1272e9a954 Improve pwm example Drahoslav 2018-01-12 15:35:22 +0100
  • 15b37924a8
    Add link to godoc.org in readme Stian Eikeland 2018-01-12 13:20:14 +0100
  • a6b0dffd47 PWM example by @Drahoslav7c 4.0.0 Stian Eikeland 2018-01-12 01:16:40 +0100
  • 4e5f1593d7 Update readme (PWM / Clock) Stian Eikeland 2018-01-12 01:13:42 +0100
  • ca7ded7fea
    PWM and Clock modes from @Drahoslav7 Stian Eikeland 2018-01-12 01:05:43 +0100