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