-
- Downloads
drivers/tsl4531x: Add power modes; redesign
Changes include: - Implementation of two power modes for the driver: low and high - Redesign and API change to the description in tsl4531x.h - Full documentation - Changing file structure and implementation to fit best practices as described in https://github.com/RIOT-OS/RIOT/wiki/Guide%3A-Writing-a-device-driver-in-RIOT - Including I2C addresses for the rest of the range
Showing
- drivers/Makefile.dep 5 additions, 4 deletionsdrivers/Makefile.dep
- drivers/Makefile.include 4 additions, 0 deletionsdrivers/Makefile.include
- drivers/include/tsl4531x.h 156 additions, 21 deletionsdrivers/include/tsl4531x.h
- drivers/include/tsl4531x_saul.h 0 additions, 31 deletionsdrivers/include/tsl4531x_saul.h
- drivers/tsl4531x/include/tsl4531x_internals.h 105 additions, 0 deletionsdrivers/tsl4531x/include/tsl4531x_internals.h
- drivers/tsl4531x/include/tsl4531x_params.h 87 additions, 0 deletionsdrivers/tsl4531x/include/tsl4531x_params.h
- drivers/tsl4531x/tsl4531x.c 163 additions, 75 deletionsdrivers/tsl4531x/tsl4531x.c
- drivers/tsl4531x/tsl4531x_saul.c 10 additions, 11 deletionsdrivers/tsl4531x/tsl4531x_saul.c
Loading
Please register or sign in to comment