diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-03-13 21:55:11 +0100 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-03-24 10:30:15 +0000 |
| commit | 7cb54864aa7c651fc65350708afcddfab2a15fcc (patch) | |
| tree | 7d935580403b7dfaa49a35fe2ab6f1c93e3f173d /shared-bindings/nativeio/PulseOut.c | |
| parent | d200a621647aa9fc05aae29ad7bc38363025438b (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.c | 2 |
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 |
