mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-13 14:18:46 +01:00
formatted
This commit is contained in:
@@ -2248,10 +2248,11 @@ class Detector {
|
||||
///@}
|
||||
|
||||
Result<std::vector<uint8_t>> readSpi(int chip_id, int register_id,
|
||||
int n_bytes, Positions pos = {}) const;
|
||||
int n_bytes, Positions pos = {}) const;
|
||||
|
||||
Result<std::vector<uint8_t>> writeSpi(int chip_id, int register_id,
|
||||
const std::vector<uint8_t> &data, Positions pos = {});
|
||||
const std::vector<uint8_t> &data,
|
||||
Positions pos = {});
|
||||
|
||||
private:
|
||||
std::vector<uint16_t> getValidPortNumbers(uint16_t start_port);
|
||||
|
||||
Reference in New Issue
Block a user