Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acm-uiuc/merch-embedded
Embedded web server and control library
https://github.com/acm-uiuc/merch-embedded
arduino embedded merch raspberry-pi
Last synced: about 18 hours ago
JSON representation
Embedded web server and control library
- Host: GitHub
- URL: https://github.com/acm-uiuc/merch-embedded
- Owner: acm-uiuc
- License: other
- Created: 2017-03-22T04:10:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T16:17:12.000Z (2 months ago)
- Last Synced: 2024-09-15T14:47:20.837Z (2 months ago)
- Topics: arduino, embedded, merch, raspberry-pi
- Language: C++
- Homepage:
- Size: 2.22 MB
- Stars: 1
- Watchers: 40
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Merch Embedded
[![Join the chat at https://acm-uiuc.slack.com/messages/C6XD34KTM](https://img.shields.io/badge/slack-merch-724D71.svg)](https://acm-uiuc.slack.com/messages/C6XD34KTM)
Possible information sources:
[http://bajavending.com/Manual-de-Operacion-BevMax.pdf](http://bajavending.com/Manual-de-Operacion-BevMax.pdf)
* Has the right picture of the main controller board, no programming information though[The LCD datasheet](https://media.digikey.com/pdf/Data%20Sheets/Noritake%20PDFs/GU140X16G-7003.pdf)
[LCD Code Library](https://www.noritake-elec.com/support/design-resources/code-libraries/code-library#gu7000)
has some useful info about what commands are sent[LCD Command List](https://www.noritake-elec.com/support/design-resources/support-guide/gu-7000-command-description)
## License
This project is licensed under the University of Illinois/NCSA Open Source License. For a full copy of this license take a look at the LICENSE file.
When contributing new files to this project, preappend the following header to the file as a comment:
```
Copyright © 2017, ACM@UIUCThis file is part of the Merch Project.
The Merch Project is open source software, released under the University of Illinois/NCSA Open Source License.
You should have received a copy of this license in a file with the distribution.
```