Major updates:
- added DAConverter(s) - added ADConverter(s) - Fixed some display issues - Made repair process and signalProfileGenerator calculate with voltages (signed) instead of DAC/ADC values - Fixed several bugs in task handlings - Put display data mirror into dedicated file displaycontent git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@261 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
// Include files
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "DACDevice.h"
|
||||
#include "IODevice.h"
|
||||
#include "spi.h"
|
||||
|
||||
@@ -38,6 +41,7 @@
|
||||
// Constant and macro definitions
|
||||
// -----------------------------------------------------------------------------
|
||||
#define MAX5715_NUMBER_OF_DACS (4)
|
||||
#define MAX5715_RESOLUTION_IN_BITS (12)
|
||||
|
||||
#define MAX5715_SPI_MAX_CLK_HZ (50000000)
|
||||
// SPI settings
|
||||
@@ -120,6 +124,7 @@ struct MAX5715;
|
||||
|
||||
struct MAX5715_DAC
|
||||
{
|
||||
struct DACDevice dacDevice;
|
||||
struct MAX5715* parent;
|
||||
uint8_t id;
|
||||
uint16_t value;
|
||||
|
||||
Reference in New Issue
Block a user