{"id":17843790,"url":"https://github.com/mc-cat-tty/msp430-display","last_synced_at":"2026-01-31T00:33:17.298Z","repository":{"id":156773088,"uuid":"234568497","full_name":"mc-cat-tty/MSP430-display","owner":"mc-cat-tty","description":"This is a library for MSP430F5529 that allows to drive boards with four 7 segments displays","archived":false,"fork":false,"pushed_at":"2022-07-27T11:00:35.000Z","size":972,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T11:37:34.392Z","etag":null,"topics":["digital-clock","drive-boards","itis-fermi-modena","segments-displays"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mc-cat-tty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"mc_cat_tty","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2020-01-17T14:46:05.000Z","updated_at":"2023-05-09T15:05:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"67e245be-0da3-4355-9082-bbfc47a74e85","html_url":"https://github.com/mc-cat-tty/MSP430-display","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mc-cat-tty/MSP430-display","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mc-cat-tty%2FMSP430-display","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mc-cat-tty%2FMSP430-display/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mc-cat-tty%2FMSP430-display/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mc-cat-tty%2FMSP430-display/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mc-cat-tty","download_url":"https://codeload.github.com/mc-cat-tty/MSP430-display/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mc-cat-tty%2FMSP430-display/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28925058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"ssl_error","status_checked_at":"2026-01-30T22:32:31.927Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["digital-clock","drive-boards","itis-fermi-modena","segments-displays"],"created_at":"2024-10-27T21:26:49.902Z","updated_at":"2026-01-31T00:33:17.264Z","avatar_url":"https://github.com/mc-cat-tty.png","language":"C","funding_links":["https://ko-fi.com/mc_cat_tty"],"categories":[],"sub_categories":[],"readme":"# MSP430 4 x 7_segment_display\nThis is a library for MSP430F5529 that allows to drive boards with four 7 segments displays.\nIt includes C functions to handle connection between MSP430 and the board; it also provides means to display strings and integers on four seven segments displays, in many different ways.\n\n## Getting Started\nThis section provides essential instructions on how to use this library\n\n### Scheme\n\n![Scheme](Scheme.jpg)\n\n### Importing\nTo use this library you have to `#include \"display7x4.h\"`\n\n### Requirements and Building\nThe `display7x4.c` library contains no external dependencies, it only requires one of the following compiler to be built successfully:\n - GNU for msp430f5529\n - TI compiler for msp430f5529\n\nThese compilers have been tested and they work fine with the functions in the library.\n\n### How to use it\nKeep in mind to call the `init()` function before using any function defined in the library.\nThis function is meant to initialize all the pins needed by the other functions.\nAfter that you can do whatever you want.\n\n##  Running the tests\nFirst of all, you can test if the environment is configurated properly by running the `main.c` program.\nYou can find all examples on master -\u003e Examples.\n\n### Stopwatch\nRun master -\u003e Examples -\u003e Stopwatch -\u003e main.c\n\n\n### Digital Clock\nRun master -\u003e Examples -\u003e Digital_Clock -\u003e main.c\nPress button S2 to stop clock's ticking and enter the setting mode.\nPress button S1 to increase the value of a digit during the setting.\n\n## Authors\n\n - Francesco Mecatti - I.T.I.S Enrico Fermi - Italy, Modena\n\n## License\nThis project is licensed under the MIT license - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmc-cat-tty%2Fmsp430-display","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmc-cat-tty%2Fmsp430-display","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmc-cat-tty%2Fmsp430-display/lists"}