Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-nRF5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-nRF5
Commits
65bf2070
Commit
65bf2070
authored
Apr 09, 2016
by
Sandeep Mistry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct typo
Resolves #4.
parent
d9eff10f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cores/nRF5/Arduino.h
cores/nRF5/Arduino.h
+1
-1
No files found.
cores/nRF5/Arduino.h
View file @
65bf2070
...
@@ -92,7 +92,7 @@ void loop( void ) ;
...
@@ -92,7 +92,7 @@ void loop( void ) ;
#define bit(b) (1UL << (b))
#define bit(b) (1UL << (b))
#define digitalPinToPort(P) ( &(NRF_GPIO
]
) )
#define digitalPinToPort(P) ( &(NRF_GPIO) )
#define digitalPinToBitMask(P) ( 1 << g_ADigitalPinMap[P] )
#define digitalPinToBitMask(P) ( 1 << g_ADigitalPinMap[P] )
//#define analogInPinToBit(P) ( )
//#define analogInPinToBit(P) ( )
#define portOutputRegister(port) ( &(port->OUTSET) )
#define portOutputRegister(port) ( &(port->OUTSET) )
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment