Skip to content

Commit

Permalink
2.4-alt1
Browse files Browse the repository at this point in the history
  • Loading branch information
slazav committed Jan 25, 2024
1 parent f9a481a commit 992b240
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## pico_adc program -- SPP interface to Pico ADC devices

E.Sergeicheva,
V.Zavjalov (vl.zavjalov at gmail dot com),
2019-2024

This is a simple C++ program which implements SPP interface
to Pico ADC devices for using with device2 server
to Pico ADC devices, for using with device2 server
(https://github.com/slazav/device2)

libpicohrdl library is needed.
Expand Down
22 changes: 21 additions & 1 deletion spp-picoadc.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: spp-picoadc
Version: 1.0
Version: 2.4
Release: alt1

Summary: SPP interface for Pico ADC devices
Expand Down Expand Up @@ -28,3 +28,23 @@ SPP interface for Pico ADC devices
%_bindir/pico_adc

%changelog
* Thu Jan 25 2024 Vladislav Zavjalov <slazav@altlinux.org> 2.4-alt1
- Move away from pico_rec package to a seperate repo
https://github.com/slazav/spp-picoadc

* Tue Oct 13 2020 Vladislav Zavjalov <slazav@altlinux.org> 2.3-alt1
This was v.2.3 of pico_osc package
changes in pico_adc:
- rewrite code keeping old interface
- modify get_info command: print more information
- return +/-Inf at overflow
- allow 1-digit channels in chan_set command
- check timing configuration in get command
- new command: set_dig_out, setting digital output
- new command: disable_all, reset all channel settings
- new command: get_val, read a single value, no channel setup needed
- update documentation

* Sat Jul 25 2020 Vladislav Zavjalov <slazav@altlinux.org> 2.2-alt1
This was v.2.2 of pico_osc package
- add pico_adc program (mostly by E.Sergeicheva)

0 comments on commit 992b240

Please sign in to comment.