sw ADC SPI interface for the SOLID Slow control beta!!
Revision 2:1fb81137d906, committed 2015-10-23
- Comitter:
- wbeaumont
- Date:
- Fri Oct 23 11:22:44 2015 +0000
- Parent:
- 1:01459a6ab296
- Commit message:
- production version archiving
Changed in this revision
diff -r 01459a6ab296 -r 1fb81137d906 AD9249.cpp --- a/AD9249.cpp Sun Oct 05 17:10:44 2014 +0000 +++ b/AD9249.cpp Fri Oct 23 11:22:44 2015 +0000 @@ -1,4 +1,7 @@ #include <mbed.h> +/* + * (C) Wim Beaumont Univeristeit Antwerpen 2014 , 2015 +*/ #include "AD9249.h" #include "SWSPI_BI.h"
diff -r 01459a6ab296 -r 1fb81137d906 AD9249.h --- a/AD9249.h Sun Oct 05 17:10:44 2014 +0000 +++ b/AD9249.h Fri Oct 23 11:22:44 2015 +0000 @@ -5,9 +5,8 @@ -only one CSB line , so assumes the pins CSB1 and CSB2 are connected together . -only MSB mode is supported, so configuration register MSB is set at the start. + * (C) Wim Beaumont Univeristeit Antwerpen 2014 , 2015 -W. Beaumont -(C) Universiteit Antwerpen 27 August 2014 */
diff -r 01459a6ab296 -r 1fb81137d906 SWSPI_BI.cpp --- a/SWSPI_BI.cpp Sun Oct 05 17:10:44 2014 +0000 +++ b/SWSPI_BI.cpp Fri Oct 23 11:22:44 2015 +0000 @@ -18,10 +18,11 @@ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. - */ - /* + + * modified the software for adapt to the AD9249 ADC ( bi directional ) with LVDS interface - + * Software adapted for the SM1 project of the SOLID colaboration + * (C) Wim Beaumont Univeristeit Antwerpen 2014 , 2015 */
diff -r 01459a6ab296 -r 1fb81137d906 SWSPI_BI.h --- a/SWSPI_BI.h Sun Oct 05 17:10:44 2014 +0000 +++ b/SWSPI_BI.h Fri Oct 23 11:22:44 2015 +0000 @@ -18,6 +18,10 @@ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. + * + * Software adapted for the SM1 project of the SOLID colaboration + * (C) Wim Beaumont Univeristeit Antwerpen 2014 , 2015 + */ #ifndef SWSPI_BI_H