{"id":18520143,"url":"https://github.com/picotech/picosdk-c-examples","last_synced_at":"2025-04-09T09:32:41.339Z","repository":{"id":49381953,"uuid":"87318503","full_name":"picotech/picosdk-c-examples","owner":"picotech","description":"A set of C/C++ examples for PicoScope® oscilloscope and PicoLog® data logger products. ","archived":false,"fork":false,"pushed_at":"2024-03-28T14:08:29.000Z","size":6413,"stargazers_count":54,"open_issues_count":0,"forks_count":47,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-24T04:11:17.189Z","etag":null,"topics":["c","c-plus-plus","data-logger","datalogger","linux","macos","macosx","oscilloscope","picolog","picoscope","picoscope-oscilloscope","picosdk","visual-studio","windows"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/picotech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-04-05T14:22:49.000Z","updated_at":"2025-03-07T11:26:03.000Z","dependencies_parsed_at":"2024-03-28T15:31:58.713Z","dependency_job_id":"90bb874c-5cc7-43ae-bcef-c5665aa765b8","html_url":"https://github.com/picotech/picosdk-c-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picotech%2Fpicosdk-c-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picotech%2Fpicosdk-c-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picotech%2Fpicosdk-c-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picotech%2Fpicosdk-c-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/picotech","download_url":"https://codeload.github.com/picotech/picosdk-c-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248012596,"owners_count":21033226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","c-plus-plus","data-logger","datalogger","linux","macos","macosx","oscilloscope","picolog","picoscope","picoscope-oscilloscope","picosdk","visual-studio","windows"],"created_at":"2024-11-06T17:18:47.004Z","updated_at":"2025-04-09T09:32:40.181Z","avatar_url":"https://github.com/picotech.png","language":"C","readme":"# picosdk-c-examples\n\n*picosdk-c-examples* is a set of C/C++ examples for PicoScope\u003csup\u003e®\u003c/sup\u003e oscilloscopes and PicoLog\u003csup\u003e®\u003c/sup\u003e data loggers.\n\nExamples are provided as Microsoft Visual Studio Express 2015 for Windows Desktop solutions and are grouped by driver name. Each driver folder has a `linux-build-files` sub-folder for building applications on Linux and macOS platforms from a terminal window.\n\n## Getting started\n\n### Prerequisites\n\n#### Microsoft Windows\n\n* Microsoft Visual Studio 2015 (including Express and Community editions) or later. \n\n#### Linux\n\n* A suitable IDE such as [Eclipse](https://www.eclipse.org/downloads/?)\n* Alternatively, ensure that the `autoconf` and `libtool` packages are installed for your operating system if building applications from the terminal.\n\n#### macOS\n\n* A suitable IDE such as [XCode](https://developer.apple.com/xcode/)\n\n### Installing drivers\n\nDrivers are available for the following platforms. Refer to the subsections below for further information.\n\n#### Microsoft Windows\n\n* Download the PicoSDK (32-bit or 64-bit) driver package installer from our [Downloads page](https://www.picotech.com/downloads).\n\n#### Linux\n\n* Follow the instructions from our [Linux Software \u0026 Drivers for Oscilloscopes and Data Loggers page](https://www.picotech.com/downloads/linux) to install the required driver packages for your product.\n\n#### macOS\n\n* Visit our [Downloads page](https://www.picotech.com/downloads) and download the *PicoScope Beta for macOS* application.\n\n### Programmer's Guides\n\nYou can download Programmer's Guides providing a description of the API functions for the relevant PicoScope or PicoLog driver from our [Documentation page](https://www.picotech.com/library/documentation).\n\n### Building example applications\n\n#### Microsoft Windows\n\n* Open the solution .sln file for the required driver in Visual Studio\n* Select the required configuration and solution platform\n* Build the solution\n\n#### Linux and macOS\n\n* Copy the required source code C file (e.g. ps3000aCon.c) into the corresponding `linux-build-files` sub-folder for the driver or copy the files to another folder \n* Open a terminal window\n* Run the following commands:\n  * `./autogen.sh`\n  * `make`\n\n## Obtaining support\n\nPlease visit our [Support page](https://www.picotech.com/tech-support) to contact us directly or visit our [Test and Measurement Forum](https://www.picotech.com/support/forum19.html) to post questions.\n\n## Contributing\n\nContributions are welcome. Please refer to our [guidelines for contributing](.github/CONTRIBUTING.md) for further information.\n\n## Copyright and licensing\n\nSee [LICENSE.md](LICENSE.md) for license terms. \n\n*PicoScope* and *PicoLog* are registered trademarks of Pico Technology Ltd. \n\n*Windows* and *Visual Studio* are registered trademarks of Microsoft Corporation. \n\n*macOS* is a registered trademark of Apple Inc. \n\n*Linux* is the registered trademark of Linus Torvalds in the U.S. and other countries.\n\nCopyright © 2004-2019 Pico Technology Ltd. All rights reserved. \n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicotech%2Fpicosdk-c-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpicotech%2Fpicosdk-c-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicotech%2Fpicosdk-c-examples/lists"}