just bought this sensor: SparkFun Real Time Clock Module - RV-8803 (Qwiic) In stock BOB-16281
was trying to compile this code: Example1-Set_Time.ino on a UNO IDE 1.8.5
WARNING: Category ‘’ in library SparkFun Qwiic RTC RV8803 Arduino Library is not valid. Setting to ‘Uncategorized’
Sketch uses 3290 bytes (10%) of program storage space. Maximum is 32256 bytes.
Global variables use 477 bytes (23%) of dynamic memory, leaving 1571 bytes for local variables. Maximum is 2048 bytes.
thanks
Category ‘’ sounds like it’s a typo in the library code. It might just be a spurious character that is fooling the compiler. Does the code run as expected? I’m considering buying this board.
agree - sounds like a typo in the library, am hoping SF would confirm. The board is ‘in the mail’ and should be arriving this week so I cannot confirm it runs. I just downloaded and was test compiling the library.
That’s just a warning that the compiler doesn’t like something, but it’s still compiling OK.
Nothing to worry about.