Добавлен пример для работы прерывания по gpio

This commit is contained in:
sasha80
2026-04-15 11:34:36 +03:00
parent 99f2780c1f
commit ade3b26942
235 changed files with 366 additions and 2 deletions

0
wiringPi/COPYING.LESSER Normal file → Executable file
View File

0
wiringPi/Makefile Normal file → Executable file
View File

0
wiringPi/WiringpiV1.c Normal file → Executable file
View File

0
wiringPi/ads1115.c Normal file → Executable file
View File

0
wiringPi/ads1115.h Normal file → Executable file
View File

0
wiringPi/bmp180.c Normal file → Executable file
View File

0
wiringPi/bmp180.h Normal file → Executable file
View File

0
wiringPi/drcNet.c Normal file → Executable file
View File

0
wiringPi/drcNet.h Normal file → Executable file
View File

0
wiringPi/drcSerial.c Normal file → Executable file
View File

0
wiringPi/drcSerial.h Normal file → Executable file
View File

0
wiringPi/ds18b20.c Normal file → Executable file
View File

0
wiringPi/ds18b20.h Normal file → Executable file
View File

0
wiringPi/gtest/.gitignore vendored Normal file → Executable file
View File

0
wiringPi/gtest/Makefile Normal file → Executable file
View File

0
wiringPi/gtest/README.md Normal file → Executable file
View File

0
wiringPi/gtest/run_isr.cpp Normal file → Executable file
View File

0
wiringPi/gtest/test_isr_both.cpp Normal file → Executable file
View File

0
wiringPi/gtest/test_isr_conflict_between_processes.cpp Normal file → Executable file
View File

0
wiringPi/gtest/test_isr_falling.cpp Normal file → Executable file
View File

0
wiringPi/gtest/test_isr_restart.cpp Normal file → Executable file
View File

0
wiringPi/gtest/test_isr_restart2.cpp Normal file → Executable file
View File

0
wiringPi/gtest/test_isr_rising.cpp Normal file → Executable file
View File

0
wiringPi/gtest/test_isr_rising2.cpp Normal file → Executable file
View File

0
wiringPi/htu21d.c Normal file → Executable file
View File

0
wiringPi/htu21d.h Normal file → Executable file
View File

0
wiringPi/max31855.c Normal file → Executable file
View File

0
wiringPi/max31855.h Normal file → Executable file
View File

0
wiringPi/max5322.c Normal file → Executable file
View File

0
wiringPi/max5322.h Normal file → Executable file
View File

0
wiringPi/mcp23008.c Normal file → Executable file
View File

0
wiringPi/mcp23008.h Normal file → Executable file
View File

0
wiringPi/mcp23016.c Normal file → Executable file
View File

0
wiringPi/mcp23016.h Normal file → Executable file
View File

0
wiringPi/mcp23016reg.h Normal file → Executable file
View File

0
wiringPi/mcp23017.c Normal file → Executable file
View File

0
wiringPi/mcp23017.h Normal file → Executable file
View File

0
wiringPi/mcp23s08.c Normal file → Executable file
View File

0
wiringPi/mcp23s08.h Normal file → Executable file
View File

0
wiringPi/mcp23s17.c Normal file → Executable file
View File

0
wiringPi/mcp23s17.h Normal file → Executable file
View File

0
wiringPi/mcp23x08.h Normal file → Executable file
View File

0
wiringPi/mcp23x0817.h Normal file → Executable file
View File

0
wiringPi/mcp3002.c Normal file → Executable file
View File

0
wiringPi/mcp3002.h Normal file → Executable file
View File

0
wiringPi/mcp3004.c Normal file → Executable file
View File

0
wiringPi/mcp3004.h Normal file → Executable file
View File

0
wiringPi/mcp3422.c Normal file → Executable file
View File

0
wiringPi/mcp3422.h Normal file → Executable file
View File

0
wiringPi/mcp4802.c Normal file → Executable file
View File

0
wiringPi/mcp4802.h Normal file → Executable file
View File

0
wiringPi/noMoreStatic Normal file → Executable file
View File

0
wiringPi/pcf8574.c Normal file → Executable file
View File

0
wiringPi/pcf8574.h Normal file → Executable file
View File

0
wiringPi/pcf8591.c Normal file → Executable file
View File

0
wiringPi/pcf8591.h Normal file → Executable file
View File

0
wiringPi/piHiPri.c Normal file → Executable file
View File

0
wiringPi/piThread.c Normal file → Executable file
View File

0
wiringPi/pseudoPins.c Normal file → Executable file
View File

0
wiringPi/pseudoPins.h Normal file → Executable file
View File

0
wiringPi/rht03.c Normal file → Executable file
View File

0
wiringPi/rht03.h Normal file → Executable file
View File

0
wiringPi/sn3218.c Normal file → Executable file
View File

0
wiringPi/sn3218.h Normal file → Executable file
View File

0
wiringPi/softPwm.c Normal file → Executable file
View File

0
wiringPi/softPwm.h Normal file → Executable file
View File

0
wiringPi/softServo.c Normal file → Executable file
View File

0
wiringPi/softServo.h Normal file → Executable file
View File

0
wiringPi/softTone.c Normal file → Executable file
View File

0
wiringPi/softTone.h Normal file → Executable file
View File

0
wiringPi/sr595.c Normal file → Executable file
View File

0
wiringPi/sr595.h Normal file → Executable file
View File

0
wiringPi/test/Makefile Normal file → Executable file
View File

0
wiringPi/test/wiringpi_i2c_test1_pcf8574.c Normal file → Executable file
View File

0
wiringPi/test/wiringpi_piface_test1.c Normal file → Executable file
View File

0
wiringPi/test/wiringpi_spi_test1_mcp3202.c Normal file → Executable file
View File

0
wiringPi/test/wiringpi_test0_version.c Normal file → Executable file
View File

0
wiringPi/test/wiringpi_test1_sysfs.c Normal file → Executable file
View File

0
wiringPi/test/wiringpi_test2_sysfs.c Normal file → Executable file
View File

0
wiringPi/test/wiringpi_test3_device_wpi.c Normal file → Executable file
View File

0
wiringPi/test/wiringpi_test4_device_phys.c Normal file → Executable file
View File

0
wiringPi/test/wiringpi_test5_default.c Normal file → Executable file
View File

0
wiringPi/test/wiringpi_test61_isr2.c Normal file → Executable file
View File

0
wiringPi/test/wiringpi_test62_isr_wpin.c Normal file → Executable file
View File

0
wiringPi/test/wiringpi_test6_isr.c Normal file → Executable file
View File

0
wiringPi/test/wiringpi_test7_bench.c Normal file → Executable file
View File

0
wiringPi/test/wiringpi_test8_pwm.c Normal file → Executable file
View File

0
wiringPi/test/wiringpi_test9_pwm.c Normal file → Executable file
View File

0
wiringPi/test/wiringpi_xotest_test1_spi.c Normal file → Executable file
View File

0
wiringPi/test/wpi_test.h Normal file → Executable file
View File

0
wiringPi/wiringPi.c Normal file → Executable file
View File

0
wiringPi/wiringPi.h Normal file → Executable file
View File

0
wiringPi/wiringPiI2C.c Normal file → Executable file
View File

0
wiringPi/wiringPiI2C.h Normal file → Executable file
View File

0
wiringPi/wiringPiLegacy.c Normal file → Executable file
View File

0
wiringPi/wiringPiLegacy.h Normal file → Executable file
View File

0
wiringPi/wiringPiSPI.c Normal file → Executable file
View File

0
wiringPi/wiringPiSPI.h Normal file → Executable file
View File

0
wiringPi/wiringSerial.c Normal file → Executable file
View File

0
wiringPi/wiringSerial.h Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More