From 7cb54864aa7c651fc65350708afcddfab2a15fcc Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 13 Mar 2017 21:55:11 +0100 Subject: Add PulseIn support which can be used to measure a series of pulse widths. This is useful for infrared input and DHT sensors. --- shared-bindings/nativeio/PulseOut.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared-bindings/nativeio/PulseOut.c') 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 -- cgit v1.2.3