You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/07/06 20:56:22 UTC

[GitHub] [incubator-nuttx] transistorretorcido opened a new pull request #4086: Added PCF8574 backpack support to Raspberry Pi Pico

transistorretorcido opened a new pull request #4086:
URL: https://github.com/apache/incubator-nuttx/pull/4086


   ## Summary
   Added support for PCF8574 backpack to Raspberry Pi Pico, to use with LCD1602 or equivalent
   Ported from STM32F4discovery
   
   ## Impact
   Lcd 1602 or equivalent available
   
   ## Testing
   Tested on Pi Pico stock board, with PCF8574 backpack board clone, connected to LCD1602 (Arduino compatible)
   Also tested with LCD WH2004.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4086: Added PCF8574 backpack support to Raspberry Pi Pico

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4086:
URL: https://github.com/apache/incubator-nuttx/pull/4086


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] acassis commented on pull request #4086: Added PCF8574 backpack support to Raspberry Pi Pico

Posted by GitBox <gi...@apache.org>.
acassis commented on pull request #4086:
URL: https://github.com/apache/incubator-nuttx/pull/4086#issuecomment-875115994


   hi @transistorretorcido please squash these 4 commits in a single one, you can use the command:
   $ git rebase -i HEAD~4
   
   The first line you keep the "pick" and 2nd, 3rd and 4th lines you replace "pick" with "squash" or just "s"
   
   And then push forced to update here automatically:
   $ git push -f


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org