[riot-notifications] [RIOT] drivers: add cc110x driver (#3716)
Hauke Petersen
notifications at github.com
Thu Sep 10 16:23:50 CEST 2015
> + */
> +
> +#ifndef CC110X_PARAMS_H
> +#define CC110X_PARAMS_H
> +
> +#ifdef __cplusplus
> +extern "C" {
> +#endif
> +
> +/**
> + * @name CC110X configuration
> + */
> +const cc110x_params_t cc110x_params[] = {
> + {
> + .spi = 0,
> + .CS = 53,
why are these capitalized?
---
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/3716/files#r39165396
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20150910/7a44e6da/attachment.html>
More information about the notifications
mailing list