Commit Graph

20 Commits (master)

Author SHA1 Message Date
occheung 4b9822c07e 1124: init 2022-08-09 17:31:27 +08:00
occheung d6d29c89a1 ttl_in/MTD: fix time.sleep duration 2022-07-27 15:14:42 +08:00
occheung a7dfa03a21 ttl_in/MTD: import time 2022-07-27 15:14:12 +08:00
occheung 440b3ef3df 2118-2128: add t_min info from #26 2022-07-26 18:26:52 +08:00
occheung 3a6ed63f0a 2118-2128: add RTIO constraint 2022-07-22 17:46:35 +08:00
occheung c1c078671b examples: move SPI examples to spi.py 2022-06-16 16:00:22 +08:00
occheung 9920661516 2245: add dio_spi examples 2022-06-13 17:27:32 +08:00
occheung ac639b9d1e 2118-2128: add TTLClockGen example 2022-06-07 16:01:18 +08:00
occheung 9bd1412d9c 2118-2128: Add comment to make coarse RTIO cycle clear 2022-06-07 14:36:21 +08:00
occheung 2a5066ac5f 2118-2128: add <8ns short pulse example 2022-06-07 13:49:14 +08:00
occheung 2ca8632582 4456: update attenuator API 2022-02-07 14:26:58 +08:00
occheung 1d7e6dc853 4456: init
Updates #17
2022-02-04 17:18:15 +08:00
occheung 3570028b72 5108: add missing example 2022-01-25 09:41:49 +08:00
occheung 5c962c64d4 5432: ditch import statement in python
Obviously, the import statements cannot be put right before the methods in the same indentation.
It was there because there wasn't a better way to put these code.
Now, it is replaced with an worded instruction that imports are needed.
2022-01-21 09:34:49 +08:00
occheung 48eb5a5ae3 5432: relocate examples source
Updates #24.
2022-01-20 17:17:13 +08:00
occheung 708330a57a suservo.py: remove unnecessary import 2022-01-20 17:00:54 +08:00
occheung ac8d398f5e suservo: refrain from generating channel list
For consistency with other DDS examples that uses multiple channels.
e.g. TTL relay external trigger, DDS synchronization
2022-01-20 16:48:58 +08:00
occheung 8404fed3da 4410-4412: get example code from file
Updates #24. Added example files for DDS and SUServo respectively.
2022-01-20 16:43:45 +08:00
occheung 9f6056f615 ttl: remove extra rtio break in example 2022-01-20 14:58:40 +08:00
occheung 9488a03aa4 ttl: factor out examples
Also, the ttl timestamp_mu method has a parameter.
2022-01-20 14:51:51 +08:00