iSensor-SPI-Buffer  1.15
Firmware for the iSensor-SPI-Buffer board to enable full throughput buffered data capture on Analog Devices IMUs
Functions
led.c File Reference

iSensor-SPI-Buffer LED control module More...

#include "reg.h"
#include "led.h"
#include "stm32f3xx_hal.h"
Include dependency graph for led.c:

Functions

void LED_Turn_On (LED light)
 Turn on a selected LED. More...
 
void LED_Turn_Off (LED light)
 Turn off a selected LED. More...
 

Detailed Description

iSensor-SPI-Buffer LED control module

Copyright (c) Analog Devices Inc, 2020 All Rights Reserved.

Date
4/28/2020
Author
A. Nolan (alex..nosp@m.nola.nosp@m.n@ana.nosp@m.log..nosp@m.com)

Function Documentation

◆ LED_Turn_Off()

void LED_Turn_Off ( LED  light)

Turn off a selected LED.

Parameters
lightThe LED to turn off. Must be of type LED
Returns
void
Here is the caller graph for this function:

◆ LED_Turn_On()

void LED_Turn_On ( LED  light)

Turn on a selected LED.

Parameters
lightThe LED to turn on. Must be of type LED
Returns
void