Search found 2 matches

by meir
Sun Jul 03, 2022 3:51 am
Forum: General Discussion and Questions
Topic: Generic sensor library best practices
Replies: 2
Views: 1122

Re: Generic sensor library best practices

From your documentation: The easy approach is to copy everything to your hardware using rshell. This consumes about 508KiB of space on your filesystem. Substantial pruning can be done to eliminate unused drivers, fonts, widgets and demos. This really is what I was asking. Are your instructions to "p...
by meir
Thu Jun 30, 2022 10:46 am
Forum: General Discussion and Questions
Topic: Generic sensor library best practices
Replies: 2
Views: 1122

Generic sensor library best practices

Hi, TL;DR: I am use a driver library that I wrote and I want to publish for all to use. My library supports different versions of the same module type, and I was wondering what the best practices were for making it generic. I will elaborate: (What I am writing here is how I understand it, feel free ...