Contiki-NG
Functions

Driver implementation for the OpenMote-CC2538 antenna switch. More...

#include "contiki.h"
#include "dev/gpio.h"
#include "dev/antenna.h"

Go to the source code of this file.

Functions

void antenna_init (void)
 Initialize the antenna switch, by default it uses the external.
 
void antenna_external (void)
 Select the internal (chip) antenna.
 
void antenna_internal (void)
 Select the external (connector) antenna.
 

Detailed Description

Driver implementation for the OpenMote-CC2538 antenna switch.

Definition in file antenna.c.