From 47d6a101fa5317facad4a5d4f54674d351c0b61d Mon Sep 17 00:00:00 2001 From: Kevin Townsend Date: Mon, 4 Feb 2013 15:52:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aa95d6..aab713f 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ It includes the following fields: In addition to the two standard types and the sensor type enum, all drivers based on Adafruit_Sensor must also implement the following two functions: ``` -void getEvent(sensors\_event\_t*); +void getEvent(sensors_event_t*); ``` Calling this function will populated the supplied sensors\_event\_t reference with the latest available sensor data. You should call this function as often as you want to update your data.