big refactoring and features added
This commit is contained in:
13
App/Devices/laser_dac.h
Normal file
13
App/Devices/laser_dac.h
Normal file
@ -0,0 +1,13 @@
|
||||
/**
|
||||
* @file laser_dac.h
|
||||
* @brief Drivers for the external laser-current and TEC DAC channels.
|
||||
*/
|
||||
|
||||
#ifndef LASER_DAC_H
|
||||
#define LASER_DAC_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void laser_dac_write_channel(uint8_t channel, uint16_t value);
|
||||
|
||||
#endif /* LASER_DAC_H */
|
||||
Reference in New Issue
Block a user