Firmware for MAXREFES1265

Dependencies:   max32625pico SerialInterface maxim-dev USBDevice

MAXREFDES1265 Numeric keypad interface using MAX7360 and MAX32625PICO

Description: MAX7360 is an I2C interfaced key switch controller when integrated with a microcontroller it can be used to control the numeric keypad

Operation: This code was developed in a such a way that initially all the registers in MAX7360 gets initialized and based upon the key press the data gets displayed on Serial monitor

Committer:
brianh
Date:
Tue May 05 17:47:25 2020 +0000
Revision:
1:6dcb933b366d
Parent:
0:4a433af35131
Changed from Blinky readme to project readme.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
venkik 0:4a433af35131 1 # Contributing to Mbed OS
venkik 0:4a433af35131 2
venkik 0:4a433af35131 3 Mbed OS is an open-source, device software platform for the Internet of Things. Contributions are an important part of the platform, and our goal is to make it as simple as possible to become a contributor.
venkik 0:4a433af35131 4
venkik 0:4a433af35131 5 To encourage productive collaboration, as well as robust, consistent and maintainable code, we have a set of guidelines for [contributing to Mbed OS](https://os.mbed.com/docs/mbed-os/latest/contributing/index.html).