mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
293 B
C
12 lines
293 B
C
#ifndef CC110X_NG_H
|
|
#define CC110X_NG_H
|
|
|
|
#include "cc110x_ng/cc110x-interface.h"
|
|
#include "cc110x_ng/cc110x-defaultSettings.h"
|
|
#include "cc110x_ng/cc110x-config.h"
|
|
#include "cc110x_ng/cc110x-reg.h"
|
|
#include "cc110x_ng/cc110x-arch.h"
|
|
#include "cc110x_ng/cc110x_spi.h"
|
|
|
|
#endif /* CC110X_NG_H */
|