Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: PinNames.h
- Revision:
- 7:09d8c2eacb4d
- Parent:
- 6:e35173aca75e
- Child:
- 9:0340d6204caf
diff -r e35173aca75e -r 09d8c2eacb4d PinNames.h --- a/PinNames.h Sun Oct 09 09:25:19 2016 +0000 +++ b/PinNames.h Wed Nov 23 14:31:39 2016 +0000 @@ -26,6 +26,9 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ******************************************************************************* + * + * Modified by Zoltan Hudak + * */ #ifndef MBED_PINNAMES_H #define MBED_PINNAMES_H @@ -134,6 +137,10 @@ PD_2 = NC, + // ADC internal channels + ADC_TEMP = 0xF0, + ADC_VREF = 0xF1, + // Arduino connector namings A0 = PA_0, A1 = PA_1,