[riot-notifications] [RIOT] drivers/at30tse75x: add device driver for AT30TSE75x temperature sensor (#3755)
Peter Kietzmann
notifications at github.com
Tue Sep 29 18:39:19 CEST 2015
> @@ -198,5 +202,8 @@ const shell_command_t _shell_command_list[] = {
> #ifdef MODULE_GNRC_RPL
> {"rpl", "rpl configuration tool [help|init|rm|root|show]", _gnrc_rpl },
> #endif
> +#ifdef MODULE_AT30TSE75X
> + {"at30tse75x", "Test AT30TSE75X temperature sensor", _at30tse75x_handler},
> +#endif
Would you mind moving these lines to the other sensor drivers? E.g. starting behind `MODULE_LTC4150`
---
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/3755/files#r40695472
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20150929/a5dcdc52/attachment.html>
More information about the notifications
mailing list