Skip to content

bcodegard/dirpi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

121 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ucsb-digitizer

Driver software package for two-channel waveform digitizer for x-ray detector. This software is designed to be installed on Raspberry Pi 3.

Table of Contents

Start

digi.cpp uses the wiringPi library for fast GPIO access. To compile, open terminal to directory with digi.cpp and run

g++ -O digi.cpp -o digi -lwiringPi

Installation

Software requirements can be found in requirements.txt.

Usage

The digitizer driver software is split into (?) translation units:

  • components.h: class definitions for all board components
  • components.cpp: implementations of all board components
  • io.cpp: methods for fast read/write of component data
  • test.cpp: self-test routines

Support

Contributing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 73.2%
  • Shell 20.9%
  • Python 5.2%
  • Makefile 0.7%