summaryrefslogtreecommitdiff
path: root/shared-bindings/nativeio/PulseOut.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-03-13 21:55:11 +0100
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-03-24 10:30:15 +0000
commit7cb54864aa7c651fc65350708afcddfab2a15fcc (patch)
tree7d935580403b7dfaa49a35fe2ab6f1c93e3f173d /shared-bindings/nativeio/PulseOut.c
parentd200a621647aa9fc05aae29ad7bc38363025438b (diff)
Add PulseIn support which can be used to measure a series of pulse widths.0.9.2
This is useful for infrared input and DHT sensors.
Diffstat (limited to 'shared-bindings/nativeio/PulseOut.c')
-rw-r--r--shared-bindings/nativeio/PulseOut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/nativeio/PulseOut.c b/shared-bindings/nativeio/PulseOut.c
index 013e0851a..79f189293 100644
--- a/shared-bindings/nativeio/PulseOut.c
+++ b/shared-bindings/nativeio/PulseOut.c
@@ -3,7 +3,7 @@
*
* The MIT License (MIT)
*
- * Copyright (c) 2016 Damien P. George
+ * Copyright (c) 2017 Scott Shawcroft for Adafruit Industries
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal