From 58bcbbf68ccacd4442c33749533d31434d825602 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 2 Aug 2018 17:34:57 -0700 Subject: [PATCH] Use valid category in library.properties The previous category value caused the warning: WARNING: Category 'Sensor' in library BNO055 is not valid. Setting to 'Uncategorized' List of valid category values: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index b00d830..65974cf 100644 --- a/library.properties +++ b/library.properties @@ -4,6 +4,6 @@ author= ROBERT BOSCH GMBH maintainer=Arduino sentence=Allows to use the IMU MKR Shield paragraph=Allows to use the IMU MKR Shield -category=Sensor +category=Sensors url=http://www.arduino.cc/en/Reference/ architectures=samd